Shades of Chocolate #E65F18
Tints of Chocolate #E65F18
RGB
CMYK
RGB Variations
Color information
#E65F18 (or 0xE65F18) is known color: Chocolate. HEX triplet: E6, 5F and 18. RGB value is (230,95,24). Sum of RGB (Red+Green+Blue) = 230+95+24=349 (46% of max value = 765). Red value is 230 (90.23% from 255 or 65.90% from 349); Green value is 95 (37.5% from 255 or 27.22% from 349); Blue value is 24 (9.77% from 255 or 6.88% from 349); Max value from RGB is 230 - color contains mainly: red. Hex color #E65F18 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E65F18 is #19A0E7. Grayscale: #7F7F7F. Windows color (decimal): -1679592 or 1597414. OLE color: 1597414.
HSL color Cylindrical-coordinate representation of color #E65F18: hue angle of 20.68º degrees, saturation: 0.81, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E65F18 is Cyan = 0, Magento = 0.59, Yellow = 0.90 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 95 | 24 | - |
| CMYK | 0 | 0.59 | 0.90 | 0.10 |
| HSL | 20.68º | 0.81% | 0.5% | - |
| HSV(B) | 20.68º | 0.9% | 0.9% | - |
| XYZ | 36.89 | 25.07 | 3.76 | - |
| YUV | 127.27 | 69.73 | 201.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 95 | 24 | 0 | 0.59 | 0.90 | 0.10 | 20.68 | 0.81 | 0.5 |
| Hex | E6 | 5F | 18 | 0 | 3B | 5A | A | 15 | 51 | 32 |
| Octal | 346 | 137 | 30 | 0 | 73 | 132 | 12 | 25 | 121 | 62 |
| Binary | 11100110 | 1011111 | 11000 | 0 | 111011 | 1011010 | 1010 | 10101 | 1010001 | 110010 |
Color Harmonies of #E65F18
Complementary color
Monochromatic Colors of #E65F18
Black with #E65F18
Text Example
Text Example
White with #E65F18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E65F18; }
p { color: rgb(230,95,24); }
H1.HeaderClassName
{
color: #E65F18;
}
.AnyTagClassName
{
color: #E65F18;
}
</style>
background-color css
<style>
a { background-color: #E65F18; }
a { background-color: rgb(230,95,24); }
div.DivClassName
{
background-color: #E65F18;
}
.BgClassName
{
background-color: #E65F18;
}
</style>
border-color css
<style>
span { border-color: #E65F18; }
span { border-color: rgb(230,95,24); }
td.TdClassName
{
border-color: #E65F18;
}
.TagClassName
{
border-color: #E65F18;
}
</style>