Html Css Color HEX #EA9B24 Carrot Orange

📋 copy color: '#EA9B24'

red 234 ◦ green 155 ◦ blue 36

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

Shades of Carrot Orange #EA9B24

Tints of Carrot Orange #EA9B24

RGB

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

 GREEN value IS 155 (60.94% from 255) = 36.47%

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

R = 55.06%
G = 36.47%
B = 8.47%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.85

 K value IS 0.08

RGB Variations

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

Color information

#EA9B24 (or 0xEA9B24) is known color: Carrot Orange. HEX triplet: EA, 9B and 24. RGB value is (234,155,36). Sum of RGB (Red+Green+Blue) = 234+155+36=425 (56% of max value = 765). Red value is 234 (91.80% from 255 or 55.06% from 425); Green value is 155 (60.94% from 255 or 36.47% from 425); Blue value is 36 (14.45% from 255 or 8.47% from 425); Max value from RGB is 234 - color contains mainly: red. Hex color #EA9B24 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EA9B24 is #1564DB. Grayscale: #A5A5A5. Windows color (decimal): -1402076 or 2399210. OLE color: 2399210.

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

Color convert

RGB 234 155 36 -
CMYK 0 0.34 0.85 0.08
HSL 36.06º 0.83% 0.53% -
HSV(B) 36.06º 0.85% 0.92% -
XYZ 45.97 41.06 7.17 -
YUV 165.06 55.17 177.18 -
System Red Green Blue C M Y K H S L
Decimal 234 155 36 0 0.34 0.85 0.08 36.06 0.83 0.53
Hex EA 9B 24 0 22 55 8 24 52 35
Octal 352 233 44 0 42 125 10 44 122 65
Binary 11101010 10011011 100100 0 100010 1010101 1000 100100 1010010 110101

Color Harmonies of #EA9B24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA9B24

Black with #EA9B24

Text Example


Text Example

White with #EA9B24

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA9B24; }

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

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

background-color css

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

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

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

border-color css

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

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

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