#E49220

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

Shades of Carrot Orange #E49220

Tints of Carrot Orange #E49220

Color information

#E49220 (or 0xE49220) is unknown color: approx Carrot Orange. HEX triplet: E4, 92 and 20. RGB value is (228,146,32). Sum of RGB (Red+Green+Blue) = 228+146+32=406 (53% of max value = 765). Red value is 228 (89.45% from 255 or 56.16% from 406); Green value is 146 (57.42% from 255 or 35.96% from 406); Blue value is 32 (12.89% from 255 or 7.88% from 406); Max value from RGB is 228 - color contains mainly: red. Hex color #E49220 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E49220 is #1B6DDF. Grayscale: #9E9E9E. Windows color (decimal): -1797600 or 2134756. OLE color: 2134756.

HSL color Cylindrical-coordinate representation of color #E49220: hue angle of 34.9º degrees, saturation: 0.78, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E49220 is Cyan = 0, Magento = 0.36, Yellow = 0.86 and Black (K on CMYK) = 0.11.

Color convert

RGB22814632-
CMYK00.360.860.11
HSL34.9º78.4%50.98%-
HSV(B)34.9º85.96%89.41%-
XYZ42.5337.166.3-
YUV157.5257.17178.27-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 56.16%
GREEN value IS 146 (57.42% from 255) = 35.96%
BLUE value IS 32 (12.89% from 255) = 7.88%
R=56.16%
G=35.96%
B=7.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.86
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2281463200.360.860.1134.978.450.98
HexE4922002456B234e33
Octal34422240044126134311663
Binary11100100100100101000000100100101011010111000111001110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E49220

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E49220; }

 p { color: rgb(228,146,32); }

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

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

 a { background-color: rgb(228,146,32); }

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

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

 span { border-color: rgb(228,146,32); }

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