Html Css Color HEX #EA9E28 Carrot Orange

📋 copy color: '#EA9E28'

red 234 ◦ green 158 ◦ blue 40

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

Shades of Carrot Orange #EA9E28

Tints of Carrot Orange #EA9E28

RGB

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

 GREEN value IS 158 (62.11% from 255) = 36.57%

 BLUE value IS 40 (16.02% from 255) = 9.26%

R = 54.17%
G = 36.57%
B = 9.26%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.83

 K value IS 0.08

RGB Variations

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

Color information

#EA9E28 (or 0xEA9E28) is known color: Carrot Orange. HEX triplet: EA, 9E and 28. RGB value is (234,158,40). Sum of RGB (Red+Green+Blue) = 234+158+40=432 (57% of max value = 765). Red value is 234 (91.80% from 255 or 54.17% from 432); Green value is 158 (62.11% from 255 or 36.57% from 432); Blue value is 40 (16.02% from 255 or 9.26% from 432); Max value from RGB is 234 - color contains mainly: red. Hex color #EA9E28 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EA9E28 is #1561D7. Grayscale: #A7A7A7. Windows color (decimal): -1401304 or 2662122. OLE color: 2662122.

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

Color convert

RGB 234 158 40 -
CMYK 0 0.32 0.83 0.08
HSL 36.49º 0.82% 0.54% -
HSV(B) 36.49º 0.83% 0.92% -
XYZ 46.54 42.1 7.68 -
YUV 167.27 56.18 175.59 -
System Red Green Blue C M Y K H S L
Decimal 234 158 40 0 0.32 0.83 0.08 36.49 0.82 0.54
Hex EA 9E 28 0 20 53 8 24 52 36
Octal 352 236 50 0 40 123 10 44 122 66
Binary 11101010 10011110 101000 0 100000 1010011 1000 100100 1010010 110110

Color Harmonies of #EA9E28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA9E28

Black with #EA9E28

Text Example


Text Example

White with #EA9E28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA9E28; }

 p { color: rgb(234,158,40); }

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

background-color css

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

 a { background-color: rgb(234,158,40); }

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

border-color css

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

 span { border-color: rgb(234,158,40); }

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