COLOR #EDB460

HEX: #EDB460
RGB: (237,180,96)

Renk bilgisi

#EDB460 contains mainly red and green colors. #EDB460 ‘ nin web güvenlik rengi #FFCC66 (ya da #FC6) dir.

RGB renk modeli

#EDB460 color RGB value is (237,180,96).

  • kırmız ton 237;
  • yeşil ton 180;
  • mavi ton 96.
RGB:
(237,180,96)
(93%,71%,38%)

RGB bağlantıları ve doygunluk

R 237 of 255 = 93%
G 180 of 255 = 71%
B 96 of 255 = 38%

237
180
96

R + G + B ~ 67%. #EDB460 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
237 + 180 + 96 = 513 (100%)
R 237 of 513 ~ 46.2%
G 180 of 513 ~ 35.09%
B 96 of 513 ~ 18.71%

%46.2
%35.09
%18.71

CMYK RENK MODELİ

#EDB460 rengi CMYK tonu (0,24,59,7).

  • camgöbeği tonu 0.00%
  • eflatun tonu 24.05%
  • sarı tonu 59.49%
  • ana renk tonu 7.06%
CMYK:
(0,24,59,7)
C0M24Y59K7 
(0%,24%,59%,7%)
(0.00/0.24/0.59/0.07)	

CMYK yüzdeleri

%0
%24.05
%59.49
%7.06

Codes

Color #EDB460 in popluar color models

EDB460
RGB23718096
HSL36°79.66%65.29%
HSB/HSV36°59.49%92.94%
CMYK0.00%24.05%59.49%
7.06%

Color #EDB460 in popluar number systems.

HEXEDB460
Decimal23718096
Binary11101101101101001100000
Octal355264140

Shades and tints

Shades of #EDB460

#EDB460
(237,180,96)
#D8A458
(216,164,88)
#C39450
(195,148,80)
#AE8448
(174,132,72)
#997440
(153,116,64)
#846438
(132,100,56)
#6F5430
(111,84,48)
#5A4428
(90,68,40)
#453420
(69,52,32)
#302418
(48,36,24)
#1B1410
(27,20,16)
#000000
(0,0,0)

Tints of #EDB460

#EDB460
(237,180,96)
#EEBA6E
(238,186,110)
#EFC07C
(239,192,124)
#F0C68A
(240,198,138)
#F1CC98
(241,204,152)
#F2D2A6
(242,210,166)
#F3D8B4
(243,216,180)
#F4DEC2
(244,222,194)
#F5E4D0
(245,228,208)
#F6EADE
(246,234,222)
#F7F0EC
(247,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EDB460 color. Also use rgb(237,180,96) instead hex code.

Text Font Color

.myTextColor { color: #EDB460; }

<p style="color:#EDB460">This sample text font color is #EDB460.</p>

This text font color is #EDB460.


Background Color

.myBgColor { background-color: #EDB460; }

<div style="background-color:#EDB460">Inner text</div>

This div background color is #EDB460.


Border color

.myBorderColor { border: 1px solid #EDB460; }

<div style="border:3px solid #EDB460">Div</div>

This div border color is #EDB460.


Opacity

.myOpacity80 { color: #EDB460; opacity: 0.8; }

<p style="color:#EDB460;opacity:0.8;">80%</p>

Text with #EDB460 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #EDB460;}

<p style="text-shadow: 3px 3px 1px #EDB460">Text here.</p>

This text has shadow with #EDB460 color.

.textShadow {text-shadow: 3px 3px 1px #EDB460, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #EDB460, 5px 5px 20px red">Text here.</p>

This text has shadow with #EDB460 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#EDB460, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#EDB460, Direction=45, Strength=4)">Text</p>

This text has shadow with #EDB460 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #EDB460;
  -webkit-box-shadow:	1px 1px 3px 2px #EDB460;
  box-shadow:		1px 1px 3px 2px #EDB460;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #EDB460;
-webkit-box-shadow: 1px 1px 3px 2px #EDB460;
box-shadow:1px 1px 3px 2px #EDB460;">
Div content here</div>
This div box has shadow with color #EDB460.

Preview

Color preview on black background

This text has color #EDB460 on black background.


Color preview on white background

This text has color #EDB460 on white background.



Black color preview on #EDB460 background

This text has black color on #EDB460 background.


White color preview on #EDB460 background

This text has white color on #EDB460 background.