#E58C15

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

Shades of Carrot Orange #E58C15

Tints of Carrot Orange #E58C15

Color information

#E58C15 (or 0xE58C15) is unknown color: approx Carrot Orange. HEX triplet: E5, 8C and 15. RGB value is (229,140,21). Sum of RGB (Red+Green+Blue) = 229+140+21=390 (51% of max value = 765). Red value is 229 (89.84% from 255 or 58.72% from 390); Green value is 140 (55.08% from 255 or 35.90% from 390); Blue value is 21 (8.59% from 255 or 5.38% from 390); Max value from RGB is 229 - color contains mainly: red. Hex color #E58C15 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E58C15 is #1A73EA. Grayscale: #999999. Windows color (decimal): -1733611 or 1412325. OLE color: 1412325.

HSL color Cylindrical-coordinate representation of color #E58C15: hue angle of 34.33º 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 #E58C15 is Cyan = 0, Magento = 0.39, Yellow = 0.91 and Black (K on CMYK) = 0.10.

Color convert

RGB22914021-
CMYK00.390.910.10
HSL34.33º83.2%49.02%-
HSV(B)34.33º90.83%89.8%-
XYZ41.8335.475.35-
YUV153.0553.49182.18-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 58.72%
GREEN value IS 140 (55.08% from 255) = 35.90%
BLUE value IS 21 (8.59% from 255) = 5.38%
R=58.72%
G=35.90%
B=5.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.91
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2291402100.390.910.1034.3383.249.02
HexE58C150275BA225331
Octal34521425047133124212361
Binary1110010110001100101010100111101101110101000101010011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E58C15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E58C15; }

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

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

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

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

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

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

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

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