#E18E20

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

Shades of Carrot Orange #E18E20

Tints of Carrot Orange #E18E20

Color information

#E18E20 (or 0xE18E20) is unknown color: approx Carrot Orange. HEX triplet: E1, 8E and 20. RGB value is (225,142,32). Sum of RGB (Red+Green+Blue) = 225+142+32=399 (52% of max value = 765). Red value is 225 (88.28% from 255 or 56.39% from 399); Green value is 142 (55.86% from 255 or 35.59% from 399); Blue value is 32 (12.89% from 255 or 8.02% from 399); Max value from RGB is 225 - color contains mainly: red. Hex color #E18E20 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E18E20 is #1E71DF. Grayscale: #9A9A9A. Windows color (decimal): -1995232 or 2133729. OLE color: 2133729.

HSL color Cylindrical-coordinate representation of color #E18E20: hue angle of 34.2º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E18E20 is Cyan = 0, Magento = 0.37, Yellow = 0.86 and Black (K on CMYK) = 0.12.

Color convert

RGB22514232-
CMYK00.370.860.12
HSL34.2º76.28%50.39%-
HSV(B)34.2º85.78%88.24%-
XYZ40.9935.466.05-
YUV154.2859178.44-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 56.39%
GREEN value IS 142 (55.86% from 255) = 35.59%
BLUE value IS 32 (12.89% from 255) = 8.02%
R=56.39%
G=35.59%
B=8.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.86
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2251423200.370.860.1234.276.2850.39
HexE18E2002556C224c32
Octal34121640045126144211462
Binary11100001100011101000000100101101011011001000101001100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E18E20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E18E20; }

 p { color: rgb(225,142,32); }

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

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

 a { background-color: rgb(225,142,32); }

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

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

 span { border-color: rgb(225,142,32); }

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