Shades of Chocolate #E06313
Tints of Chocolate #E06313
RGB
CMYK
RGB Variations
Color information
#E06313 (or 0xE06313) is known color: Chocolate. HEX triplet: E0, 63 and 13. RGB value is (224,99,19). Sum of RGB (Red+Green+Blue) = 224+99+19=342 (45% of max value = 765). Red value is 224 (87.89% from 255 or 65.50% from 342); Green value is 99 (39.06% from 255 or 28.95% from 342); Blue value is 19 (7.81% from 255 or 5.56% from 342); Max value from RGB is 224 - color contains mainly: red. Hex color #E06313 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E06313 is #1F9CEC. Grayscale: #7F7F7F. Windows color (decimal): -2071789 or 1270752. OLE color: 1270752.
HSL color Cylindrical-coordinate representation of color #E06313: hue angle of 23.41º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E06313 is Cyan = 0, Magento = 0.56, Yellow = 0.92 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 99 | 19 | - |
| CMYK | 0 | 0.56 | 0.92 | 0.12 |
| HSL | 23.41º | 0.84% | 0.48% | - |
| HSV(B) | 23.41º | 0.92% | 0.88% | - |
| XYZ | 35.32 | 24.82 | 3.54 | - |
| YUV | 127.26 | 66.91 | 197 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 99 | 19 | 0 | 0.56 | 0.92 | 0.12 | 23.41 | 0.84 | 0.48 |
| Hex | E0 | 63 | 13 | 0 | 38 | 5C | C | 17 | 54 | 30 |
| Octal | 340 | 143 | 23 | 0 | 70 | 134 | 14 | 27 | 124 | 60 |
| Binary | 11100000 | 1100011 | 10011 | 0 | 111000 | 1011100 | 1100 | 10111 | 1010100 | 110000 |
Color Harmonies of #E06313
Complementary color
Monochromatic Colors of #E06313
Black with #E06313
Text Example
Text Example
White with #E06313
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E06313; }
p { color: rgb(224,99,19); }
H1.HeaderClassName
{
color: #E06313;
}
.AnyTagClassName
{
color: #E06313;
}
</style>
background-color css
<style>
a { background-color: #E06313; }
a { background-color: rgb(224,99,19); }
div.DivClassName
{
background-color: #E06313;
}
.BgClassName
{
background-color: #E06313;
}
</style>
border-color css
<style>
span { border-color: #E06313; }
span { border-color: rgb(224,99,19); }
td.TdClassName
{
border-color: #E06313;
}
.TagClassName
{
border-color: #E06313;
}
</style>