Shades of Chocolate #E05A1F
Tints of Chocolate #E05A1F
RGB
CMYK
RGB Variations
Color information
#E05A1F (or 0xE05A1F) is known color: Chocolate. HEX triplet: E0, 5A and 1F. RGB value is (224,90,31). Sum of RGB (Red+Green+Blue) = 224+90+31=345 (45% of max value = 765). Red value is 224 (87.89% from 255 or 64.93% from 345); Green value is 90 (35.55% from 255 or 26.09% from 345); Blue value is 31 (12.5% from 255 or 8.99% from 345); Max value from RGB is 224 - color contains mainly: red. Hex color #E05A1F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E05A1F is #1FA5E0. Grayscale: #7B7B7B. Windows color (decimal): -2074081 or 2054880. OLE color: 2054880.
HSL color Cylindrical-coordinate representation of color #E05A1F: hue angle of 18.34º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E05A1F is Cyan = 0, Magento = 0.60, Yellow = 0.86 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 90 | 31 | - |
| CMYK | 0 | 0.60 | 0.86 | 0.12 |
| HSL | 18.34º | 0.76% | 0.5% | - |
| HSV(B) | 18.34º | 0.86% | 0.88% | - |
| XYZ | 34.64 | 23.26 | 3.96 | - |
| YUV | 123.34 | 75.89 | 199.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 90 | 31 | 0 | 0.60 | 0.86 | 0.12 | 18.34 | 0.76 | 0.5 |
| Hex | E0 | 5A | 1F | 0 | 3C | 56 | C | 12 | 4C | 32 |
| Octal | 340 | 132 | 37 | 0 | 74 | 126 | 14 | 22 | 114 | 62 |
| Binary | 11100000 | 1011010 | 11111 | 0 | 111100 | 1010110 | 1100 | 10010 | 1001100 | 110010 |
Color Harmonies of #E05A1F
Complementary color
Monochromatic Colors of #E05A1F
Black with #E05A1F
Text Example
Text Example
White with #E05A1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E05A1F; }
p { color: rgb(224,90,31); }
H1.HeaderClassName
{
color: #E05A1F;
}
.AnyTagClassName
{
color: #E05A1F;
}
</style>
background-color css
<style>
a { background-color: #E05A1F; }
a { background-color: rgb(224,90,31); }
div.DivClassName
{
background-color: #E05A1F;
}
.BgClassName
{
background-color: #E05A1F;
}
</style>
border-color css
<style>
span { border-color: #E05A1F; }
span { border-color: rgb(224,90,31); }
td.TdClassName
{
border-color: #E05A1F;
}
.TagClassName
{
border-color: #E05A1F;
}
</style>