Shades of Chocolate #E05319
Tints of Chocolate #E05319
RGB
CMYK
RGB Variations
Color information
#E05319 (or 0xE05319) is known color: Chocolate. HEX triplet: E0, 53 and 19. RGB value is (224,83,25). Sum of RGB (Red+Green+Blue) = 224+83+25=332 (43% of max value = 765). Red value is 224 (87.89% from 255 or 67.47% from 332); Green value is 83 (32.81% from 255 or 25% from 332); Blue value is 25 (10.16% from 255 or 7.53% from 332); Max value from RGB is 224 - color contains mainly: red. Hex color #E05319 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E05319 is #1FACE6. Grayscale: #767676. Windows color (decimal): -2075879 or 1659872. OLE color: 1659872.
HSL color Cylindrical-coordinate representation of color #E05319: hue angle of 17.49º degrees, saturation: 0.8, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E05319 is Cyan = 0, Magento = 0.63, Yellow = 0.89 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 83 | 25 | - |
| CMYK | 0 | 0.63 | 0.89 | 0.12 |
| HSL | 17.49º | 0.8% | 0.49% | - |
| HSV(B) | 17.49º | 0.89% | 0.88% | - |
| XYZ | 34.01 | 22.1 | 3.39 | - |
| YUV | 118.55 | 75.21 | 203.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 83 | 25 | 0 | 0.63 | 0.89 | 0.12 | 17.49 | 0.8 | 0.49 |
| Hex | E0 | 53 | 19 | 0 | 3F | 59 | C | 11 | 50 | 31 |
| Octal | 340 | 123 | 31 | 0 | 77 | 131 | 14 | 21 | 120 | 61 |
| Binary | 11100000 | 1010011 | 11001 | 0 | 111111 | 1011001 | 1100 | 10001 | 1010000 | 110001 |
Color Harmonies of #E05319
Complementary color
Monochromatic Colors of #E05319
Black with #E05319
Text Example
Text Example
White with #E05319
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E05319; }
p { color: rgb(224,83,25); }
H1.HeaderClassName
{
color: #E05319;
}
.AnyTagClassName
{
color: #E05319;
}
</style>
background-color css
<style>
a { background-color: #E05319; }
a { background-color: rgb(224,83,25); }
div.DivClassName
{
background-color: #E05319;
}
.BgClassName
{
background-color: #E05319;
}
</style>
border-color css
<style>
span { border-color: #E05319; }
span { border-color: rgb(224,83,25); }
td.TdClassName
{
border-color: #E05319;
}
.TagClassName
{
border-color: #E05319;
}
</style>