COLOR #EEA007

HEX: #EEA007
RGB: (238,160,7)

Renk bilgisi

#EEA007 contains mainly red color. #EEA007 ‘ nin web güvenlik rengi #FF9900 (ya da #F90) dir.

RGB renk modeli

#EEA007 color RGB value is (238,160,7).

  • kırmız ton 238;
  • yeşil ton 160;
  • mavi ton 7.
RGB:
(238,160,7)
(93%,63%,3%)

RGB bağlantıları ve doygunluk

R 238 of 255 = 93%
G 160 of 255 = 63%
B 7 of 255 = 3%

238
160
7

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

Yüzdelerle RGB renk parçaları

R + G + B =
238 + 160 + 7 = 405 (100%)
R 238 of 405 ~ 58.77%
G 160 of 405 ~ 39.51%
B 7 of 405 ~ 1.73%

%58.77
%39.51

CMYK RENK MODELİ

#EEA007 rengi CMYK tonu (0,33,97,7).

  • camgöbeği tonu 0.00%
  • eflatun tonu 32.77%
  • sarı tonu 97.06%
  • ana renk tonu 6.67%
CMYK:
(0,33,97,7)
C0M33Y97K7 
(0%,33%,97%,7%)
(0.00/0.33/0.97/0.07)	

CMYK yüzdeleri

%0
%32.77
%97.06
%6.67

Codes

Color #EEA007 in popluar color models

EEA007
RGB2381607
HSL40°94.29%48.04%
HSB/HSV40°97.06%93.33%
CMYK0.00%32.77%97.06%
6.67%

Color #EEA007 in popluar number systems.

HEXEEA007
Decimal2381607
Binary1110111010100000111
Octal3562407

Shades and tints

Shades of #EEA007

#EEA007
(238,160,7)
#D99207
(217,146,7)
#C48407
(196,132,7)
#AF7607
(175,118,7)
#9A6807
(154,104,7)
#855A07
(133,90,7)
#704C07
(112,76,7)
#5B3E07
(91,62,7)
#463007
(70,48,7)
#312207
(49,34,7)
#1C1407
(28,20,7)
#000000
(0,0,0)

Tints of #EEA007

#EEA007
(238,160,7)
#EFA81D
(239,168,29)
#F0B033
(240,176,51)
#F1B849
(241,184,73)
#F2C05F
(242,192,95)
#F3C875
(243,200,117)
#F4D08B
(244,208,139)
#F5D8A1
(245,216,161)
#F6E0B7
(246,224,183)
#F7E8CD
(247,232,205)
#F8F0E3
(248,240,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EEA007 color. Also use rgb(238,160,7) instead hex code.

Text Font Color

.myTextColor { color: #EEA007; }

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

This text font color is #EEA007.


Background Color

.myBgColor { background-color: #EEA007; }

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

This div background color is #EEA007.


Border color

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

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

This div border color is #EEA007.


Opacity

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

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

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

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

This text has shadow with #EEA007 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EEA007 on black background.


Color preview on white background

This text has color #EEA007 on white background.



Black color preview on #EEA007 background

This text has black color on #EEA007 background.


White color preview on #EEA007 background

This text has white color on #EEA007 background.