Shades of Chocolate #E95A1F
Tints of Chocolate #E95A1F
RGB
CMYK
RGB Variations
Color information
#E95A1F (or 0xE95A1F) is known color: Chocolate. HEX triplet: E9, 5A and 1F. RGB value is (233,90,31). Sum of RGB (Red+Green+Blue) = 233+90+31=354 (46% of max value = 765). Red value is 233 (91.41% from 255 or 65.82% from 354); Green value is 90 (35.55% from 255 or 25.42% from 354); Blue value is 31 (12.5% from 255 or 8.76% from 354); Max value from RGB is 233 - color contains mainly: red. Hex color #E95A1F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E95A1F is #16A5E0. Grayscale: #7E7E7E. Windows color (decimal): -1484257 or 2054889. OLE color: 2054889.
HSL color Cylindrical-coordinate representation of color #E95A1F: hue angle of 17.52º degrees, saturation: 0.82, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #E95A1F is Cyan = 0, Magento = 0.61, Yellow = 0.87 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 90 | 31 | - |
| CMYK | 0 | 0.61 | 0.87 | 0.09 |
| HSL | 17.52º | 0.82% | 0.52% | - |
| HSV(B) | 17.52º | 0.87% | 0.91% | - |
| XYZ | 37.51 | 24.73 | 4.09 | - |
| YUV | 126.03 | 74.38 | 204.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 90 | 31 | 0 | 0.61 | 0.87 | 0.09 | 17.52 | 0.82 | 0.52 |
| Hex | E9 | 5A | 1F | 0 | 3D | 57 | 9 | 12 | 52 | 34 |
| Octal | 351 | 132 | 37 | 0 | 75 | 127 | 11 | 22 | 122 | 64 |
| Binary | 11101001 | 1011010 | 11111 | 0 | 111101 | 1010111 | 1001 | 10010 | 1010010 | 110100 |
Color Harmonies of #E95A1F
Complementary color
Monochromatic Colors of #E95A1F
Black with #E95A1F
Text Example
Text Example
White with #E95A1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E95A1F; }
p { color: rgb(233,90,31); }
H1.HeaderClassName
{
color: #E95A1F;
}
.AnyTagClassName
{
color: #E95A1F;
}
</style>
background-color css
<style>
a { background-color: #E95A1F; }
a { background-color: rgb(233,90,31); }
div.DivClassName
{
background-color: #E95A1F;
}
.BgClassName
{
background-color: #E95A1F;
}
</style>
border-color css
<style>
span { border-color: #E95A1F; }
span { border-color: rgb(233,90,31); }
td.TdClassName
{
border-color: #E95A1F;
}
.TagClassName
{
border-color: #E95A1F;
}
</style>