Shades of Chocolate #E75D19
Tints of Chocolate #E75D19
RGB
CMYK
RGB Variations
Color information
#E75D19 (or 0xE75D19) is known color: Chocolate. HEX triplet: E7, 5D and 19. RGB value is (231,93,25). Sum of RGB (Red+Green+Blue) = 231+93+25=349 (46% of max value = 765). Red value is 231 (90.62% from 255 or 66.19% from 349); Green value is 93 (36.72% from 255 or 26.65% from 349); Blue value is 25 (10.16% from 255 or 7.16% from 349); Max value from RGB is 231 - color contains mainly: red. Hex color #E75D19 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E75D19 is #18A2E6. Grayscale: #7E7E7E. Windows color (decimal): -1614567 or 1662439. OLE color: 1662439.
HSL color Cylindrical-coordinate representation of color #E75D19: hue angle of 19.81º degrees, saturation: 0.81, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E75D19 is Cyan = 0, Magento = 0.60, Yellow = 0.89 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 93 | 25 | - |
| CMYK | 0 | 0.60 | 0.89 | 0.09 |
| HSL | 19.81º | 0.81% | 0.5% | - |
| HSV(B) | 19.81º | 0.89% | 0.91% | - |
| XYZ | 37.04 | 24.89 | 3.77 | - |
| YUV | 126.51 | 70.72 | 202.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 93 | 25 | 0 | 0.60 | 0.89 | 0.09 | 19.81 | 0.81 | 0.5 |
| Hex | E7 | 5D | 19 | 0 | 3C | 59 | 9 | 14 | 51 | 32 |
| Octal | 347 | 135 | 31 | 0 | 74 | 131 | 11 | 24 | 121 | 62 |
| Binary | 11100111 | 1011101 | 11001 | 0 | 111100 | 1011001 | 1001 | 10100 | 1010001 | 110010 |
Color Harmonies of #E75D19
Complementary color
Monochromatic Colors of #E75D19
Black with #E75D19
Text Example
Text Example
White with #E75D19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E75D19; }
p { color: rgb(231,93,25); }
H1.HeaderClassName
{
color: #E75D19;
}
.AnyTagClassName
{
color: #E75D19;
}
</style>
background-color css
<style>
a { background-color: #E75D19; }
a { background-color: rgb(231,93,25); }
div.DivClassName
{
background-color: #E75D19;
}
.BgClassName
{
background-color: #E75D19;
}
</style>
border-color css
<style>
span { border-color: #E75D19; }
span { border-color: rgb(231,93,25); }
td.TdClassName
{
border-color: #E75D19;
}
.TagClassName
{
border-color: #E75D19;
}
</style>