Html Css Color HEX #EA9028 Carrot Orange

📋 copy color: '#EA9028'

red 234 ◦ green 144 ◦ blue 40

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

Shades of Carrot Orange #EA9028

Tints of Carrot Orange #EA9028

RGB

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

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

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

R = 55.98%
G = 34.45%
B = 9.57%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.83

 K value IS 0.08

RGB Variations

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

Color information

#EA9028 (or 0xEA9028) is known color: Carrot Orange. HEX triplet: EA, 90 and 28. RGB value is (234,144,40). Sum of RGB (Red+Green+Blue) = 234+144+40=418 (55% of max value = 765). Red value is 234 (91.80% from 255 or 55.98% from 418); Green value is 144 (56.64% from 255 or 34.45% from 418); Blue value is 40 (16.02% from 255 or 9.57% from 418); Max value from RGB is 234 - color contains mainly: red. Hex color #EA9028 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EA9028 is #156FD7. Grayscale: #9F9F9F. Windows color (decimal): -1404888 or 2658538. OLE color: 2658538.

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

Color convert

RGB 234 144 40 -
CMYK 0 0.38 0.83 0.08
HSL 32.16º 0.82% 0.54% -
HSV(B) 32.16º 0.83% 0.92% -
XYZ 44.29 37.59 6.93 -
YUV 159.05 60.82 181.46 -
System Red Green Blue C M Y K H S L
Decimal 234 144 40 0 0.38 0.83 0.08 32.16 0.82 0.54
Hex EA 90 28 0 26 53 8 20 52 36
Octal 352 220 50 0 46 123 10 40 122 66
Binary 11101010 10010000 101000 0 100110 1010011 1000 100000 1010010 110110

Color Harmonies of #EA9028

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA9028

Black with #EA9028

Text Example


Text Example

White with #EA9028

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA9028; }

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

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

background-color css

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

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

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

border-color css

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

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

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