Html Css Color HEX #EA9020 Carrot Orange

📋 copy color: '#EA9020'

red 234 ◦ green 144 ◦ blue 32

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

Shades of Carrot Orange #EA9020

Tints of Carrot Orange #EA9020

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 7.8%

R = 57.07%
G = 35.12%
B = 7.8%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.86

 K value IS 0.08

RGB Variations

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

Color information

#EA9020 (or 0xEA9020) is known color: Carrot Orange. HEX triplet: EA, 90 and 20. RGB value is (234,144,32). Sum of RGB (Red+Green+Blue) = 234+144+32=410 (54% of max value = 765). Red value is 234 (91.80% from 255 or 57.07% from 410); Green value is 144 (56.64% from 255 or 35.12% from 410); Blue value is 32 (12.89% from 255 or 7.80% from 410); Max value from RGB is 234 - color contains mainly: red. Hex color #EA9020 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EA9020 is #156FDF. Grayscale: #9E9E9E. Windows color (decimal): -1404896 or 2134250. OLE color: 2134250.

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

Color convert

RGB 234 144 32 -
CMYK 0 0.38 0.86 0.08
HSL 33.27º 0.83% 0.52% -
HSV(B) 33.27º 0.86% 0.92% -
XYZ 44.17 37.54 6.29 -
YUV 158.14 56.82 182.11 -
System Red Green Blue C M Y K H S L
Decimal 234 144 32 0 0.38 0.86 0.08 33.27 0.83 0.52
Hex EA 90 20 0 26 56 8 21 53 34
Octal 352 220 40 0 46 126 10 41 123 64
Binary 11101010 10010000 100000 0 100110 1010110 1000 100001 1010011 110100

Color Harmonies of #EA9020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA9020

Black with #EA9020

Text Example


Text Example

White with #EA9020

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA9020; }

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

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

background-color css

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

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

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

border-color css

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

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

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