Html Css Color HEX #EAA024 Carrot Orange

📋 copy color: '#EAA024'

red 234 ◦ green 160 ◦ blue 36

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

Shades of Carrot Orange #EAA024

Tints of Carrot Orange #EAA024

RGB

 RED value IS 234 (91.8% from 255) = 54.42%

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

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

R = 54.42%
G = 37.21%
B = 8.37%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.85

 K value IS 0.08

RGB Variations

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

Color information

#EAA024 (or 0xEAA024) is known color: Carrot Orange. HEX triplet: EA, A0 and 24. RGB value is (234,160,36). Sum of RGB (Red+Green+Blue) = 234+160+36=430 (56% of max value = 765). Red value is 234 (91.80% from 255 or 54.42% from 430); Green value is 160 (62.89% from 255 or 37.21% from 430); Blue value is 36 (14.45% from 255 or 8.37% from 430); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA024 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EAA024 is #155FDB. Grayscale: #A8A8A8. Windows color (decimal): -1400796 or 2400490. OLE color: 2400490.

HSL color Cylindrical-coordinate representation of color #EAA024: hue angle of 37.58º degrees, saturation: 0.82, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #EAA024 is Cyan = 0, Magento = 0.32, Yellow = 0.85 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 160 36 -
CMYK 0 0.32 0.85 0.08
HSL 37.58º 0.83% 0.53% -
HSV(B) 37.58º 0.85% 0.92% -
XYZ 46.82 42.76 7.46 -
YUV 167.99 53.52 175.08 -
System Red Green Blue C M Y K H S L
Decimal 234 160 36 0 0.32 0.85 0.08 37.58 0.83 0.53
Hex EA A0 24 0 20 55 8 26 52 35
Octal 352 240 44 0 40 125 10 46 122 65
Binary 11101010 10100000 100100 0 100000 1010101 1000 100110 1010010 110101

Color Harmonies of #EAA024

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAA024

Black with #EAA024

Text Example


Text Example

White with #EAA024

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAA024; }

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

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

background-color css

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

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

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

border-color css

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

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

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