Html Css Color HEX #EEAD0C Dark Tangerine

📋 copy color: '#EEAD0C'

red 238 ◦ green 173 ◦ blue 12

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

Shades of Dark Tangerine #EEAD0C

Tints of Dark Tangerine #EEAD0C

RGB

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

 GREEN value IS 173 (67.97% from 255) = 40.9%

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

R = 56.26%
G = 40.9%
B = 2.84%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.95

 K value IS 0.07

RGB Variations

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

Color information

#EEAD0C (or 0xEEAD0C) is known color: Dark Tangerine. HEX triplet: EE, AD and 0C. RGB value is (238,173,12). Sum of RGB (Red+Green+Blue) = 238+173+12=423 (56% of max value = 765). Red value is 238 (93.36% from 255 or 56.26% from 423); Green value is 173 (67.97% from 255 or 40.90% from 423); Blue value is 12 (5.08% from 255 or 2.84% from 423); Max value from RGB is 238 - color contains mainly: red. Hex color #EEAD0C is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EEAD0C is #1152F3. Grayscale: #AEAEAE. Windows color (decimal): -1135348 or 830958. OLE color: 830958.

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

Color convert

RGB 238 173 12 -
CMYK 0 0.27 0.95 0.07
HSL 42.74º 0.9% 0.49% -
HSV(B) 42.74º 0.95% 0.93% -
XYZ 50.27 48.09 6.98 -
YUV 174.08 36.53 173.59 -
System Red Green Blue C M Y K H S L
Decimal 238 173 12 0 0.27 0.95 0.07 42.74 0.9 0.49
Hex EE AD C 0 1B 5F 7 2B 5A 31
Octal 356 255 14 0 33 137 7 53 132 61
Binary 11101110 10101101 1100 0 11011 1011111 111 101011 1011010 110001

Color Harmonies of #EEAD0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEAD0C

Black with #EEAD0C

Text Example


Text Example

White with #EEAD0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEAD0C; }

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

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

background-color css

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

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

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

border-color css

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

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

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