Html Css Color HEX #EEA024 Carrot Orange

📋 copy color: '#EEA024'

red 238 ◦ green 160 ◦ blue 36

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

Shades of Carrot Orange #EEA024

Tints of Carrot Orange #EEA024

RGB

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

 GREEN value IS 160 (62.89% from 255) = 36.87%

 BLUE value IS 36 (14.45% from 255) = 8.29%

R = 54.84%
G = 36.87%
B = 8.29%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.85

 K value IS 0.07

RGB Variations

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

Color information

#EEA024 (or 0xEEA024) is known color: Carrot Orange. HEX triplet: EE, A0 and 24. RGB value is (238,160,36). Sum of RGB (Red+Green+Blue) = 238+160+36=434 (57% of max value = 765). Red value is 238 (93.36% from 255 or 54.84% from 434); Green value is 160 (62.89% from 255 or 36.87% from 434); Blue value is 36 (14.45% from 255 or 8.29% from 434); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA024 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EEA024 is #115FDB. Grayscale: #A9A9A9. Windows color (decimal): -1138652 or 2400494. OLE color: 2400494.

HSL color Cylindrical-coordinate representation of color #EEA024: hue angle of 36.83º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #EEA024 is Cyan = 0, Magento = 0.33, Yellow = 0.85 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 160 36 -
CMYK 0 0.33 0.85 0.07
HSL 36.83º 0.86% 0.54% -
HSV(B) 36.83º 0.85% 0.93% -
XYZ 48.15 43.45 7.52 -
YUV 169.19 52.84 177.08 -
System Red Green Blue C M Y K H S L
Decimal 238 160 36 0 0.33 0.85 0.07 36.83 0.86 0.54
Hex EE A0 24 0 21 55 7 25 56 36
Octal 356 240 44 0 41 125 7 45 126 66
Binary 11101110 10100000 100100 0 100001 1010101 111 100101 1010110 110110

Color Harmonies of #EEA024

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEA024

Black with #EEA024

Text Example


Text Example

White with #EEA024

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEA024; }

 p { color: rgb(238,160,36); }

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

background-color css

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

 a { background-color: rgb(238,160,36); }

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

border-color css

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

 span { border-color: rgb(238,160,36); }

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