#E0551E

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

Shades of Chocolate #E0551E

Tints of Chocolate #E0551E

Color information

#E0551E (or 0xE0551E) is unknown color: approx Chocolate. HEX triplet: E0, 55 and 1E. RGB value is (224,85,30). Sum of RGB (Red+Green+Blue) = 224+85+30=339 (44% of max value = 765). Red value is 224 (87.89% from 255 or 66.08% from 339); Green value is 85 (33.59% from 255 or 25.07% from 339); Blue value is 30 (12.11% from 255 or 8.85% from 339); Max value from RGB is 224 - color contains mainly: red. Hex color #E0551E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E0551E is #1FAAE1. Grayscale: #787878. Windows color (decimal): -2075362 or 1988064. OLE color: 1988064.

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

Color convert

RGB2248530-
CMYK00.620.870.12
HSL17.01º76.38%49.8%-
HSV(B)17.01º86.61%87.84%-
XYZ34.2222.443.76-
YUV120.2977.05201.97-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 66.08%
GREEN value IS 85 (33.59% from 255) = 25.07%
BLUE value IS 30 (12.11% from 255) = 8.85%
R=66.08%
G=25.07%
B=8.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.87
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal224853000.620.870.1217.0176.3849.8
HexE0551E03E57C114c32
Octal34012536076127142111462
Binary11100000101010111110011111010101111100100011001100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0551E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0551E; }

 p { color: rgb(224,85,30); }

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

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

 a { background-color: rgb(224,85,30); }

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

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

 span { border-color: rgb(224,85,30); }

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