Shades of Chocolate #E06319
Tints of Chocolate #E06319
RGB
CMYK
RGB Variations
Color information
#E06319 (or 0xE06319) is known color: Chocolate. HEX triplet: E0, 63 and 19. RGB value is (224,99,25). Sum of RGB (Red+Green+Blue) = 224+99+25=348 (46% of max value = 765). Red value is 224 (87.89% from 255 or 64.37% from 348); Green value is 99 (39.06% from 255 or 28.45% from 348); Blue value is 25 (10.16% from 255 or 7.18% from 348); Max value from RGB is 224 - color contains mainly: red. Hex color #E06319 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E06319 is #1F9CE6. Grayscale: #808080. Windows color (decimal): -2071783 or 1663968. OLE color: 1663968.
HSL color Cylindrical-coordinate representation of color #E06319: hue angle of 22.31º 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 #E06319 is Cyan = 0, Magento = 0.56, Yellow = 0.89 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 99 | 25 | - |
| CMYK | 0 | 0.56 | 0.89 | 0.12 |
| HSL | 22.31º | 0.8% | 0.49% | - |
| HSV(B) | 22.31º | 0.89% | 0.88% | - |
| XYZ | 35.38 | 24.84 | 3.85 | - |
| YUV | 127.94 | 69.91 | 196.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 99 | 25 | 0 | 0.56 | 0.89 | 0.12 | 22.31 | 0.8 | 0.49 |
| Hex | E0 | 63 | 19 | 0 | 38 | 59 | C | 16 | 50 | 31 |
| Octal | 340 | 143 | 31 | 0 | 70 | 131 | 14 | 26 | 120 | 61 |
| Binary | 11100000 | 1100011 | 11001 | 0 | 111000 | 1011001 | 1100 | 10110 | 1010000 | 110001 |
Color Harmonies of #E06319
Complementary color
Monochromatic Colors of #E06319
Black with #E06319
Text Example
Text Example
White with #E06319
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E06319; }
p { color: rgb(224,99,25); }
H1.HeaderClassName
{
color: #E06319;
}
.AnyTagClassName
{
color: #E06319;
}
</style>
background-color css
<style>
a { background-color: #E06319; }
a { background-color: rgb(224,99,25); }
div.DivClassName
{
background-color: #E06319;
}
.BgClassName
{
background-color: #E06319;
}
</style>
border-color css
<style>
span { border-color: #E06319; }
span { border-color: rgb(224,99,25); }
td.TdClassName
{
border-color: #E06319;
}
.TagClassName
{
border-color: #E06319;
}
</style>