Html Css Color HEX #EEAC14 Dark Tangerine

📋 copy color: '#EEAC14'

red 238 ◦ green 172 ◦ blue 20

#EEAC14
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Tangerine #EEAC14

Tints of Dark Tangerine #EEAC14

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.2% from 255) = 4.65%

R = 55.35%
G = 40%
B = 4.65%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.92

 K value IS 0.07

RGB Variations

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

Color information

#EEAC14 (or 0xEEAC14) is known color: 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

RGB 238 172 20 -
CMYK 0 0.28 0.92 0.07
HSL 41.83º 0.87% 0.51% -
HSV(B) 41.83º 0.92% 0.93% -
XYZ 50.14 47.73 7.23 -
YUV 174.41 40.87 173.36 -
System Red Green Blue C M Y K H S L
Decimal 238 172 20 0 0.28 0.92 0.07 41.83 0.87 0.51
Hex EE AC 14 0 1C 5C 7 2A 57 33
Octal 356 254 24 0 34 134 7 52 127 63
Binary 11101110 10101100 10100 0 11100 1011100 111 101010 1010111 110011

Color Harmonies of #EEAC14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEAC14

Black with #EEAC14

Text Example


Text Example

White with #EEAC14

Text Example


Text Example

HTML Codes & Css Web 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>