Html Css Color HEX #EEAC0C Dark Tangerine

📋 copy color: '#EEAC0C'

red 238 ◦ green 172 ◦ blue 12

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

Shades of Dark Tangerine #EEAC0C

Tints of Dark Tangerine #EEAC0C

RGB

 RED value IS 238 (93.36% from 255) = 56.4%

 GREEN value IS 172 (67.58% from 255) = 40.76%

 BLUE value IS 12 (5.08% from 255) = 2.84%

R = 56.4%
G = 40.76%
B = 2.84%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.95

 K value IS 0.07

RGB Variations

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

Color information

#EEAC0C (or 0xEEAC0C) is known color: Dark Tangerine. HEX triplet: EE, AC and 0C. RGB value is (238,172,12). Sum of RGB (Red+Green+Blue) = 238+172+12=422 (55% of max value = 765). Red value is 238 (93.36% from 255 or 56.40% from 422); Green value is 172 (67.58% from 255 or 40.76% from 422); Blue value is 12 (5.08% from 255 or 2.84% from 422); Max value from RGB is 238 - color contains mainly: red. Hex color #EEAC0C is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EEAC0C is #1153F3. Grayscale: #AEAEAE. Windows color (decimal): -1135604 or 830702. OLE color: 830702.

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

Color convert

RGB 238 172 12 -
CMYK 0 0.28 0.95 0.07
HSL 42.48º 0.9% 0.49% -
HSV(B) 42.48º 0.95% 0.93% -
XYZ 50.08 47.71 6.92 -
YUV 173.49 36.87 174.01 -
System Red Green Blue C M Y K H S L
Decimal 238 172 12 0 0.28 0.95 0.07 42.48 0.9 0.49
Hex EE AC C 0 1C 5F 7 2A 5A 31
Octal 356 254 14 0 34 137 7 52 132 61
Binary 11101110 10101100 1100 0 11100 1011111 111 101010 1011010 110001

Color Harmonies of #EEAC0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEAC0C

Black with #EEAC0C

Text Example


Text Example

White with #EEAC0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEAC0C; }

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

 H1.HeaderClassName
 {
   color: #EEAC0C;
 }
 .AnyTagClassName
 {
   color: #EEAC0C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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