Shades of Persimmon #E95B0C
Tints of Persimmon #E95B0C
RGB
CMYK
RGB Variations
Color information
#E95B0C (or 0xE95B0C) is known color: Persimmon. HEX triplet: E9, 5B and 0C. RGB value is (233,91,12). Sum of RGB (Red+Green+Blue) = 233+91+12=336 (44% of max value = 765). Red value is 233 (91.41% from 255 or 69.35% from 336); Green value is 91 (35.94% from 255 or 27.08% from 336); Blue value is 12 (5.08% from 255 or 3.57% from 336); Max value from RGB is 233 - color contains mainly: red. Hex color #E95B0C is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E95B0C is #16A4F3. Grayscale: #7C7C7C. Windows color (decimal): -1484020 or 809961. OLE color: 809961.
HSL color Cylindrical-coordinate representation of color #E95B0C: hue angle of 21.45º degrees, saturation: 0.9, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E95B0C is Cyan = 0, Magento = 0.61, Yellow = 0.95 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 91 | 12 | - |
| CMYK | 0 | 0.61 | 0.95 | 0.09 |
| HSL | 21.45º | 0.9% | 0.48% | - |
| HSV(B) | 21.45º | 0.95% | 0.91% | - |
| XYZ | 37.41 | 24.83 | 3.17 | - |
| YUV | 124.45 | 64.54 | 205.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 91 | 12 | 0 | 0.61 | 0.95 | 0.09 | 21.45 | 0.9 | 0.48 |
| Hex | E9 | 5B | C | 0 | 3D | 5F | 9 | 15 | 5A | 30 |
| Octal | 351 | 133 | 14 | 0 | 75 | 137 | 11 | 25 | 132 | 60 |
| Binary | 11101001 | 1011011 | 1100 | 0 | 111101 | 1011111 | 1001 | 10101 | 1011010 | 110000 |
Color Harmonies of #E95B0C
Complementary color
Monochromatic Colors of #E95B0C
Black with #E95B0C
Text Example
Text Example
White with #E95B0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E95B0C; }
p { color: rgb(233,91,12); }
H1.HeaderClassName
{
color: #E95B0C;
}
.AnyTagClassName
{
color: #E95B0C;
}
</style>
background-color css
<style>
a { background-color: #E95B0C; }
a { background-color: rgb(233,91,12); }
div.DivClassName
{
background-color: #E95B0C;
}
.BgClassName
{
background-color: #E95B0C;
}
</style>
border-color css
<style>
span { border-color: #E95B0C; }
span { border-color: rgb(233,91,12); }
td.TdClassName
{
border-color: #E95B0C;
}
.TagClassName
{
border-color: #E95B0C;
}
</style>