#EEAC14

Color #EEAC14 Dark Tangerine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Tangerine #EEAC14

Tints of Dark Tangerine #EEAC14

Color information

#EEAC14 (or 0xEEAC14) is unknown color: approx Dark Tangerine. HEX triplet: EE, AC and 14. RGB value is (238,172,20). Sum of RGB (Red+Green+Blue) = 238+172+20=430 (56% of max value = 765). Red value is 238 (93.36% from 255 or 55.35% from 430); Green value is 172 (67.58% from 255 or 40% from 430); Blue value is 20 (8.20% from 255 or 4.65% from 430); Max value from RGB is 238 - color contains mainly: red. Hex color #EEAC14 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EEAC14 is #1153EB. Grayscale: #AFAFAF. Windows color (decimal): -1135596 or 1354990. OLE color: 1354990.

HSL color Cylindrical-coordinate representation of color #EEAC14: hue angle of 41.83º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #EEAC14 is Cyan = 0, Magento = 0.28, Yellow = 0.92 and Black (K on CMYK) = 0.07.

Color convert

RGB23817220-
CMYK00.280.920.07
HSL41.83º86.51%50.59%-
HSV(B)41.83º91.6%93.33%-
XYZ50.1447.737.23-
YUV174.4140.87173.36-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 238 (93.36% from 255) = 55.35%
GREEN value IS 172 (67.58% from 255) = 40%
BLUE value IS 20 (8.20% from 255) = 4.65%
R=55.35%
G=40%
B=4.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.92
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2381722000.280.920.0741.8386.5150.59
HexEEAC1401C5C72a5733
Octal3562542403413475212763
Binary11101110101011001010001110010111001111010101010111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEAC14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEAC14; }

 p { color: rgb(238,172,20); }

 H1.HeaderClassName
 {
   color: #EEAC14;
 }
 .AnyTagClassName
 {
   color: #EEAC14;
 }
</style>
background-color css

<style>
 a { background-color: #EEAC14; }

 a { background-color: rgb(238,172,20); }

 div.DivClassName
 {
   background-color: #EEAC14;
 }
 .BgClassName
 {
   background-color: #EEAC14;
 }
</style>
border-color css

<style>
 span { border-color: #EEAC14; }

 span { border-color: rgb(238,172,20); }

 td.TdClassName
 {
   border-color: #EEAC14;
 }
 .TagClassName
 {
   border-color: #EEAC14;
 }
</style>