Shades of Chocolate #E35A17
Tints of Chocolate #E35A17
RGB
CMYK
RGB Variations
Color information
#E35A17 (or 0xE35A17) is known color: Chocolate. HEX triplet: E3, 5A and 17. RGB value is (227,90,23). Sum of RGB (Red+Green+Blue) = 227+90+23=340 (45% of max value = 765). Red value is 227 (89.06% from 255 or 66.76% from 340); Green value is 90 (35.55% from 255 or 26.47% from 340); Blue value is 23 (9.38% from 255 or 6.76% from 340); Max value from RGB is 227 - color contains mainly: red. Hex color #E35A17 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E35A17 is #1CA5E8. Grayscale: #7B7B7B. Windows color (decimal): -1877481 or 1530595. OLE color: 1530595.
HSL color Cylindrical-coordinate representation of color #E35A17: hue angle of 19.71º degrees, saturation: 0.82, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E35A17 is Cyan = 0, Magento = 0.60, Yellow = 0.90 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 90 | 23 | - |
| CMYK | 0 | 0.60 | 0.90 | 0.11 |
| HSL | 19.71º | 0.82% | 0.49% | - |
| HSV(B) | 19.71º | 0.9% | 0.89% | - |
| XYZ | 35.49 | 23.71 | 3.52 | - |
| YUV | 123.33 | 71.39 | 201.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 90 | 23 | 0 | 0.60 | 0.90 | 0.11 | 19.71 | 0.82 | 0.49 |
| Hex | E3 | 5A | 17 | 0 | 3C | 5A | B | 14 | 52 | 31 |
| Octal | 343 | 132 | 27 | 0 | 74 | 132 | 13 | 24 | 122 | 61 |
| Binary | 11100011 | 1011010 | 10111 | 0 | 111100 | 1011010 | 1011 | 10100 | 1010010 | 110001 |
Color Harmonies of #E35A17
Complementary color
Monochromatic Colors of #E35A17
Black with #E35A17
Text Example
Text Example
White with #E35A17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E35A17; }
p { color: rgb(227,90,23); }
H1.HeaderClassName
{
color: #E35A17;
}
.AnyTagClassName
{
color: #E35A17;
}
</style>
background-color css
<style>
a { background-color: #E35A17; }
a { background-color: rgb(227,90,23); }
div.DivClassName
{
background-color: #E35A17;
}
.BgClassName
{
background-color: #E35A17;
}
</style>
border-color css
<style>
span { border-color: #E35A17; }
span { border-color: rgb(227,90,23); }
td.TdClassName
{
border-color: #E35A17;
}
.TagClassName
{
border-color: #E35A17;
}
</style>