#E05B1E

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

Shades of Chocolate #E05B1E

Tints of Chocolate #E05B1E

Color information

#E05B1E (or 0xE05B1E) is unknown color: approx Chocolate. HEX triplet: E0, 5B and 1E. RGB value is (224,91,30). Sum of RGB (Red+Green+Blue) = 224+91+30=345 (45% of max value = 765). Red value is 224 (87.89% from 255 or 64.93% from 345); Green value is 91 (35.94% from 255 or 26.38% from 345); Blue value is 30 (12.11% from 255 or 8.70% from 345); Max value from RGB is 224 - color contains mainly: red. Hex color #E05B1E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E05B1E is #1FA4E1. Grayscale: #7C7C7C. Windows color (decimal): -2073826 or 1989600. OLE color: 1989600.

HSL color Cylindrical-coordinate representation of color #E05B1E: hue angle of 18.87º 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 #E05B1E is Cyan = 0, Magento = 0.59, Yellow = 0.87 and Black (K on CMYK) = 0.12.

Color convert

RGB2249130-
CMYK00.590.870.12
HSL18.87º76.38%49.8%-
HSV(B)18.87º86.61%87.84%-
XYZ34.7223.423.92-
YUV123.8175.06199.46-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 64.93%
GREEN value IS 91 (35.94% from 255) = 26.38%
BLUE value IS 30 (12.11% from 255) = 8.70%
R=64.93%
G=26.38%
B=8.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.87
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal224913000.590.870.1218.8776.3849.8
HexE05B1E03B57C134c32
Octal34013336073127142311462
Binary11100000101101111110011101110101111100100111001100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E05B1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E05B1E; }

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

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

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

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

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

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

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

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