Html Css Color HEX #EA9029 Carrot Orange

📋 copy color: '#EA9029'

red 234 ◦ green 144 ◦ blue 41

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

Shades of Carrot Orange #EA9029

Tints of Carrot Orange #EA9029

RGB

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

 GREEN value IS 144 (56.64% from 255) = 34.37%

 BLUE value IS 41 (16.41% from 255) = 9.79%

R = 55.85%
G = 34.37%
B = 9.79%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.82

 K value IS 0.08

RGB Variations

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

Color information

#EA9029 (or 0xEA9029) is known color: Carrot Orange. HEX triplet: EA, 90 and 29. RGB value is (234,144,41). Sum of RGB (Red+Green+Blue) = 234+144+41=419 (55% of max value = 765). Red value is 234 (91.80% from 255 or 55.85% from 419); Green value is 144 (56.64% from 255 or 34.37% from 419); Blue value is 41 (16.41% from 255 or 9.79% from 419); Max value from RGB is 234 - color contains mainly: red. Hex color #EA9029 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EA9029 is #156FD6. Grayscale: #9F9F9F. Windows color (decimal): -1404887 or 2724074. OLE color: 2724074.

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

Color convert

RGB 234 144 41 -
CMYK 0 0.38 0.82 0.08
HSL 32.02º 0.82% 0.54% -
HSV(B) 32.02º 0.82% 0.92% -
XYZ 44.31 37.6 7.02 -
YUV 159.17 61.32 181.38 -
System Red Green Blue C M Y K H S L
Decimal 234 144 41 0 0.38 0.82 0.08 32.02 0.82 0.54
Hex EA 90 29 0 26 52 8 20 52 36
Octal 352 220 51 0 46 122 10 40 122 66
Binary 11101010 10010000 101001 0 100110 1010010 1000 100000 1010010 110110

Color Harmonies of #EA9029

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA9029

Black with #EA9029

Text Example


Text Example

White with #EA9029

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA9029; }

 p { color: rgb(234,144,41); }

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

background-color css

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

 a { background-color: rgb(234,144,41); }

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

border-color css

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

 span { border-color: rgb(234,144,41); }

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