Shades of Chocolate #E35A18
Tints of Chocolate #E35A18
RGB
CMYK
RGB Variations
Color information
#E35A18 (or 0xE35A18) is known color: Chocolate. HEX triplet: E3, 5A and 18. RGB value is (227,90,24). Sum of RGB (Red+Green+Blue) = 227+90+24=341 (45% of max value = 765). Red value is 227 (89.06% from 255 or 66.57% from 341); Green value is 90 (35.55% from 255 or 26.39% from 341); Blue value is 24 (9.77% from 255 or 7.04% from 341); Max value from RGB is 227 - color contains mainly: red. Hex color #E35A18 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E35A18 is #1CA5E7. Grayscale: #7B7B7B. Windows color (decimal): -1877480 or 1596131. OLE color: 1596131.
HSL color Cylindrical-coordinate representation of color #E35A18: hue angle of 19.51º degrees, saturation: 0.81, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E35A18 is Cyan = 0, Magento = 0.60, Yellow = 0.89 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 90 | 24 | - |
| CMYK | 0 | 0.60 | 0.89 | 0.11 |
| HSL | 19.51º | 0.81% | 0.49% | - |
| HSV(B) | 19.51º | 0.89% | 0.89% | - |
| XYZ | 35.5 | 23.71 | 3.57 | - |
| YUV | 123.44 | 71.89 | 201.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 90 | 24 | 0 | 0.60 | 0.89 | 0.11 | 19.51 | 0.81 | 0.49 |
| Hex | E3 | 5A | 18 | 0 | 3C | 59 | B | 14 | 51 | 31 |
| Octal | 343 | 132 | 30 | 0 | 74 | 131 | 13 | 24 | 121 | 61 |
| Binary | 11100011 | 1011010 | 11000 | 0 | 111100 | 1011001 | 1011 | 10100 | 1010001 | 110001 |
Color Harmonies of #E35A18
Complementary color
Monochromatic Colors of #E35A18
Black with #E35A18
Text Example
Text Example
White with #E35A18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E35A18; }
p { color: rgb(227,90,24); }
H1.HeaderClassName
{
color: #E35A18;
}
.AnyTagClassName
{
color: #E35A18;
}
</style>
background-color css
<style>
a { background-color: #E35A18; }
a { background-color: rgb(227,90,24); }
div.DivClassName
{
background-color: #E35A18;
}
.BgClassName
{
background-color: #E35A18;
}
</style>
border-color css
<style>
span { border-color: #E35A18; }
span { border-color: rgb(227,90,24); }
td.TdClassName
{
border-color: #E35A18;
}
.TagClassName
{
border-color: #E35A18;
}
</style>