Html Css Color HEX #EEAC0D Dark Tangerine

📋 copy color: '#EEAC0D'

red 238 ◦ green 172 ◦ blue 13

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

Shades of Dark Tangerine #EEAC0D

Tints of Dark Tangerine #EEAC0D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 3.07%

R = 56.26%
G = 40.66%
B = 3.07%

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

#EEAC0D (or 0xEEAC0D) is known color: Dark Tangerine. HEX triplet: EE, AC and 0D. RGB value is (238,172,13). Sum of RGB (Red+Green+Blue) = 238+172+13=423 (56% of max value = 765). Red value is 238 (93.36% from 255 or 56.26% from 423); Green value is 172 (67.58% from 255 or 40.66% from 423); Blue value is 13 (5.47% from 255 or 3.07% from 423); Max value from RGB is 238 - color contains mainly: red. Hex color #EEAC0D is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EEAC0D is #1153F2. Grayscale: #AEAEAE. Windows color (decimal): -1135603 or 896238. OLE color: 896238.

HSL color Cylindrical-coordinate representation of color #EEAC0D: hue angle of 42.4º 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 #EEAC0D is Cyan = 0, Magento = 0.28, Yellow = 0.95 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 172 13 -
CMYK 0 0.28 0.95 0.07
HSL 42.4º 0.9% 0.49% -
HSV(B) 42.4º 0.95% 0.93% -
XYZ 50.09 47.71 6.95 -
YUV 173.61 37.37 173.93 -
System Red Green Blue C M Y K H S L
Decimal 238 172 13 0 0.28 0.95 0.07 42.4 0.9 0.49
Hex EE AC D 0 1C 5F 7 2A 5A 31
Octal 356 254 15 0 34 137 7 52 132 61
Binary 11101110 10101100 1101 0 11100 1011111 111 101010 1011010 110001

Color Harmonies of #EEAC0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEAC0D

Black with #EEAC0D

Text Example


Text Example

White with #EEAC0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEAC0D; }

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

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

background-color css

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

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

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

border-color css

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

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

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