#EA9F20

Color #EA9F20 Carrot Orange (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Carrot Orange #EA9F20

Tints of Carrot Orange #EA9F20

Color information

#EA9F20 (or 0xEA9F20) is unknown color: approx Carrot Orange. HEX triplet: EA, 9F and 20. RGB value is (234,159,32). Sum of RGB (Red+Green+Blue) = 234+159+32=425 (56% of max value = 765). Red value is 234 (91.80% from 255 or 55.06% from 425); Green value is 159 (62.5% from 255 or 37.41% from 425); Blue value is 32 (12.89% from 255 or 7.53% from 425); Max value from RGB is 234 - color contains mainly: red. Hex color #EA9F20 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EA9F20 is #1560DF. Grayscale: #A7A7A7. Windows color (decimal): -1401056 or 2138090. OLE color: 2138090.

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

Color convert

RGB23415932-
CMYK00.320.860.08
HSL37.72º82.79%52.16%-
HSV(B)37.72º86.32%91.76%-
XYZ46.5942.397.09-
YUV166.9551.85175.83-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 55.06%
GREEN value IS 159 (62.5% from 255) = 37.41%
BLUE value IS 32 (12.89% from 255) = 7.53%
R=55.06%
G=37.41%
B=7.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.86
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2341593200.320.860.0837.7282.7952.16
HexEA9F20020568265334
Octal35223740040126104612364
Binary11101010100111111000000100000101011010001001101010011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA9F20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA9F20; }

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

 H1.HeaderClassName
 {
   color: #EA9F20;
 }
 .AnyTagClassName
 {
   color: #EA9F20;
 }
</style>
background-color css

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

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

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

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

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

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