#E58E15

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

Shades of Carrot Orange #E58E15

Tints of Carrot Orange #E58E15

Color information

#E58E15 (or 0xE58E15) is unknown color: approx Carrot Orange. HEX triplet: E5, 8E and 15. RGB value is (229,142,21). Sum of RGB (Red+Green+Blue) = 229+142+21=392 (51% of max value = 765). Red value is 229 (89.84% from 255 or 58.42% from 392); Green value is 142 (55.86% from 255 or 36.22% from 392); Blue value is 21 (8.59% from 255 or 5.36% from 392); Max value from RGB is 229 - color contains mainly: red. Hex color #E58E15 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E58E15 is #1A71EA. Grayscale: #9A9A9A. Windows color (decimal): -1733099 or 1412837. OLE color: 1412837.

HSL color Cylindrical-coordinate representation of color #E58E15: hue angle of 34.9º degrees, saturation: 0.83, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E58E15 is Cyan = 0, Magento = 0.38, Yellow = 0.91 and Black (K on CMYK) = 0.10.

Color convert

RGB22914221-
CMYK00.380.910.10
HSL34.9º83.2%49.02%-
HSV(B)34.9º90.83%89.8%-
XYZ42.1236.065.45-
YUV154.2252.82181.34-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 58.42%
GREEN value IS 142 (55.86% from 255) = 36.22%
BLUE value IS 21 (8.59% from 255) = 5.36%
R=58.42%
G=36.22%
B=5.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.91
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2291422100.380.910.1034.983.249.02
HexE58E150265BA235331
Octal34521625046133124312361
Binary1110010110001110101010100110101101110101000111010011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E58E15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E58E15; }

 p { color: rgb(229,142,21); }

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

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

 a { background-color: rgb(229,142,21); }

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

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

 span { border-color: rgb(229,142,21); }

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