COLOR #EEA531

HEX: #EEA531
RGB: (238,165,49)

Renk bilgisi

#EEA531 contains mainly red color. #EEA531 ‘ nin web güvenlik rengi #FF9933 (ya da #F93) dir.

RGB renk modeli

#EEA531 color RGB value is (238,165,49).

  • kırmız ton 238;
  • yeşil ton 165;
  • mavi ton 49.
RGB:
(238,165,49)
(93%,65%,19%)

RGB bağlantıları ve doygunluk

R 238 of 255 = 93%
G 165 of 255 = 65%
B 49 of 255 = 19%

238
165
49

R + G + B ~ 59%. #EEA531 is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
238 + 165 + 49 = 452 (100%)
R 238 of 452 ~ 52.65%
G 165 of 452 ~ 36.5%
B 49 of 452 ~ 10.84%

%52.65
%36.5
%10.84

CMYK RENK MODELİ

#EEA531 rengi CMYK tonu (0,31,79,7).

  • camgöbeği tonu 0.00%
  • eflatun tonu 30.67%
  • sarı tonu 79.41%
  • ana renk tonu 6.67%
CMYK:
(0,31,79,7)
C0M31Y79K7 
(0%,31%,79%,7%)
(0.00/0.31/0.79/0.07)	

CMYK yüzdeleri

%0
%30.67
%79.41
%6.67

Codes

Color #EEA531 in popluar color models

EEA531
RGB23816549
HSL37°84.75%56.27%
HSB/HSV37°79.41%93.33%
CMYK0.00%30.67%79.41%
6.67%

Color #EEA531 in popluar number systems.

HEXEEA531
Decimal23816549
Binary1110111010100101110001
Octal35624561

Shades and tints

Shades of #EEA531

#EEA531
(238,165,49)
#D9962D
(217,150,45)
#C48729
(196,135,41)
#AF7825
(175,120,37)
#9A6921
(154,105,33)
#855A1D
(133,90,29)
#704B19
(112,75,25)
#5B3C15
(91,60,21)
#462D11
(70,45,17)
#311E0D
(49,30,13)
#1C0F09
(28,15,9)
#000000
(0,0,0)

Tints of #EEA531

#EEA531
(238,165,49)
#EFAD43
(239,173,67)
#F0B555
(240,181,85)
#F1BD67
(241,189,103)
#F2C579
(242,197,121)
#F3CD8B
(243,205,139)
#F4D59D
(244,213,157)
#F5DDAF
(245,221,175)
#F6E5C1
(246,229,193)
#F7EDD3
(247,237,211)
#F8F5E5
(248,245,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EEA531 color. Also use rgb(238,165,49) instead hex code.

Text Font Color

.myTextColor { color: #EEA531; }

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

This text font color is #EEA531.


Background Color

.myBgColor { background-color: #EEA531; }

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

This div background color is #EEA531.


Border color

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

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

This div border color is #EEA531.


Opacity

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

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

Text with #EEA531 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 #EEA531;}

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

This text has shadow with #EEA531 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EEA531 on black background.


Color preview on white background

This text has color #EEA531 on white background.



Black color preview on #EEA531 background

This text has black color on #EEA531 background.


White color preview on #EEA531 background

This text has white color on #EEA531 background.