#EA9B20

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

Shades of Carrot Orange #EA9B20

Tints of Carrot Orange #EA9B20

Color information

#EA9B20 (or 0xEA9B20) is unknown color: approx Carrot Orange. HEX triplet: EA, 9B and 20. RGB value is (234,155,32). Sum of RGB (Red+Green+Blue) = 234+155+32=421 (55% of max value = 765). Red value is 234 (91.80% from 255 or 55.58% from 421); Green value is 155 (60.94% from 255 or 36.82% from 421); Blue value is 32 (12.89% from 255 or 7.60% from 421); Max value from RGB is 234 - color contains mainly: red. Hex color #EA9B20 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EA9B20 is #1564DF. Grayscale: #A5A5A5. Windows color (decimal): -1402080 or 2137066. OLE color: 2137066.

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

Color convert

RGB23415532-
CMYK00.340.860.08
HSL36.53º82.79%52.16%-
HSV(B)36.53º86.32%91.76%-
XYZ45.9141.046.87-
YUV164.653.17177.5-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 55.58%
GREEN value IS 155 (60.94% from 255) = 36.82%
BLUE value IS 32 (12.89% from 255) = 7.60%
R=55.58%
G=36.82%
B=7.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.86
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2341553200.340.860.0836.5382.7952.16
HexEA9B20022568255334
Octal35223340042126104512364
Binary11101010100110111000000100010101011010001001011010011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA9B20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA9B20; }

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

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

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

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

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

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

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

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