Shades of Chocolate #E75A20
Tints of Chocolate #E75A20
RGB
CMYK
RGB Variations
Color information
#E75A20 (or 0xE75A20) is known color: Chocolate. HEX triplet: E7, 5A and 20. RGB value is (231,90,32). Sum of RGB (Red+Green+Blue) = 231+90+32=353 (46% of max value = 765). Red value is 231 (90.62% from 255 or 65.44% from 353); Green value is 90 (35.55% from 255 or 25.50% from 353); Blue value is 32 (12.89% from 255 or 9.07% from 353); Max value from RGB is 231 - color contains mainly: red. Hex color #E75A20 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E75A20 is #18A5DF. Grayscale: #7D7D7D. Windows color (decimal): -1615328 or 2120423. OLE color: 2120423.
HSL color Cylindrical-coordinate representation of color #E75A20: hue angle of 17.49º degrees, saturation: 0.81, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E75A20 is Cyan = 0, Magento = 0.61, Yellow = 0.86 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 90 | 32 | - |
| CMYK | 0 | 0.61 | 0.86 | 0.09 |
| HSL | 17.49º | 0.81% | 0.52% | - |
| HSV(B) | 17.49º | 0.86% | 0.91% | - |
| XYZ | 36.87 | 24.41 | 4.13 | - |
| YUV | 125.55 | 75.21 | 203.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 90 | 32 | 0 | 0.61 | 0.86 | 0.09 | 17.49 | 0.81 | 0.52 |
| Hex | E7 | 5A | 20 | 0 | 3D | 56 | 9 | 11 | 51 | 34 |
| Octal | 347 | 132 | 40 | 0 | 75 | 126 | 11 | 21 | 121 | 64 |
| Binary | 11100111 | 1011010 | 100000 | 0 | 111101 | 1010110 | 1001 | 10001 | 1010001 | 110100 |
Color Harmonies of #E75A20
Complementary color
Monochromatic Colors of #E75A20
Black with #E75A20
Text Example
Text Example
White with #E75A20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E75A20; }
p { color: rgb(231,90,32); }
H1.HeaderClassName
{
color: #E75A20;
}
.AnyTagClassName
{
color: #E75A20;
}
</style>
background-color css
<style>
a { background-color: #E75A20; }
a { background-color: rgb(231,90,32); }
div.DivClassName
{
background-color: #E75A20;
}
.BgClassName
{
background-color: #E75A20;
}
</style>
border-color css
<style>
span { border-color: #E75A20; }
span { border-color: rgb(231,90,32); }
td.TdClassName
{
border-color: #E75A20;
}
.TagClassName
{
border-color: #E75A20;
}
</style>