Html Css Color HEX #EA9124 Carrot Orange

📋 copy color: '#EA9124'

red 234 ◦ green 145 ◦ blue 36

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

Shades of Carrot Orange #EA9124

Tints of Carrot Orange #EA9124

RGB

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

 GREEN value IS 145 (57.03% from 255) = 34.94%

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

R = 56.39%
G = 34.94%
B = 8.67%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.85

 K value IS 0.08

RGB Variations

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

Color information

#EA9124 (or 0xEA9124) is known color: Carrot Orange. HEX triplet: EA, 91 and 24. RGB value is (234,145,36). Sum of RGB (Red+Green+Blue) = 234+145+36=415 (54% of max value = 765). Red value is 234 (91.80% from 255 or 56.39% from 415); Green value is 145 (57.03% from 255 or 34.94% from 415); Blue value is 36 (14.45% from 255 or 8.67% from 415); Max value from RGB is 234 - color contains mainly: red. Hex color #EA9124 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EA9124 is #156EDB. Grayscale: #9F9F9F. Windows color (decimal): -1404636 or 2396650. OLE color: 2396650.

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

Color convert

RGB 234 145 36 -
CMYK 0 0.38 0.85 0.08
HSL 33.03º 0.83% 0.53% -
HSV(B) 33.03º 0.85% 0.92% -
XYZ 44.38 37.87 6.64 -
YUV 159.19 58.49 181.36 -
System Red Green Blue C M Y K H S L
Decimal 234 145 36 0 0.38 0.85 0.08 33.03 0.83 0.53
Hex EA 91 24 0 26 55 8 21 52 35
Octal 352 221 44 0 46 125 10 41 122 65
Binary 11101010 10010001 100100 0 100110 1010101 1000 100001 1010010 110101

Color Harmonies of #EA9124

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA9124

Black with #EA9124

Text Example


Text Example

White with #EA9124

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA9124; }

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

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

background-color css

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

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

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

border-color css

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

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

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