#E0501C

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

Shades of Chocolate #E0501C

Tints of Chocolate #E0501C

Color information

#E0501C (or 0xE0501C) is unknown color: approx Chocolate. HEX triplet: E0, 50 and 1C. RGB value is (224,80,28). Sum of RGB (Red+Green+Blue) = 224+80+28=332 (43% of max value = 765). Red value is 224 (87.89% from 255 or 67.47% from 332); Green value is 80 (31.64% from 255 or 24.10% from 332); Blue value is 28 (11.33% from 255 or 8.43% from 332); Max value from RGB is 224 - color contains mainly: red. Hex color #E0501C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E0501C is #1FAFE3. Grayscale: #757575. Windows color (decimal): -2076644 or 1855712. OLE color: 1855712.

HSL color Cylindrical-coordinate representation of color #E0501C: hue angle of 15.92º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E0501C is Cyan = 0, Magento = 0.64, Yellow = 0.88 and Black (K on CMYK) = 0.12.

Color convert

RGB2248028-
CMYK00.640.880.12
HSL15.92º77.78%49.41%-
HSV(B)15.92º87.5%87.84%-
XYZ33.8221.673.5-
YUV117.1377.71204.23-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 67.47%
GREEN value IS 80 (31.64% from 255) = 24.10%
BLUE value IS 28 (11.33% from 255) = 8.43%
R=67.47%
G=24.10%
B=8.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.88
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal224802800.640.880.1215.9277.7849.41
HexE0501C04058C104e31
Octal340120340100130142011661
Binary111000001010000111000100000010110001100100001001110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0501C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0501C; }

 p { color: rgb(224,80,28); }

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

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

 a { background-color: rgb(224,80,28); }

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

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

 span { border-color: rgb(224,80,28); }

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