Html Css Color HEX #EAA124 Carrot Orange

📋 copy color: '#EAA124'

red 234 ◦ green 161 ◦ blue 36

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

Shades of Carrot Orange #EAA124

Tints of Carrot Orange #EAA124

RGB

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

 GREEN value IS 161 (63.28% from 255) = 37.35%

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

R = 54.29%
G = 37.35%
B = 8.35%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.85

 K value IS 0.08

RGB Variations

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

Color information

#EAA124 (or 0xEAA124) is known color: Carrot Orange. HEX triplet: EA, A1 and 24. RGB value is (234,161,36). Sum of RGB (Red+Green+Blue) = 234+161+36=431 (57% of max value = 765). Red value is 234 (91.80% from 255 or 54.29% from 431); Green value is 161 (63.28% from 255 or 37.35% from 431); Blue value is 36 (14.45% from 255 or 8.35% from 431); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA124 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EAA124 is #155EDB. Grayscale: #A9A9A9. Windows color (decimal): -1400540 or 2400746. OLE color: 2400746.

HSL color Cylindrical-coordinate representation of color #EAA124: hue angle of 37.88º 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 #EAA124 is Cyan = 0, Magento = 0.31, Yellow = 0.85 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 161 36 -
CMYK 0 0.31 0.85 0.08
HSL 37.88º 0.83% 0.53% -
HSV(B) 37.88º 0.85% 0.92% -
XYZ 46.99 43.11 7.51 -
YUV 168.58 53.18 174.66 -
System Red Green Blue C M Y K H S L
Decimal 234 161 36 0 0.31 0.85 0.08 37.88 0.83 0.53
Hex EA A1 24 0 1F 55 8 26 52 35
Octal 352 241 44 0 37 125 10 46 122 65
Binary 11101010 10100001 100100 0 11111 1010101 1000 100110 1010010 110101

Color Harmonies of #EAA124

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAA124

Black with #EAA124

Text Example


Text Example

White with #EAA124

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAA124; }

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

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

background-color css

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

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

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

border-color css

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

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

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