Shades of Persimmon #E94B16
Tints of Persimmon #E94B16
RGB
CMYK
RGB Variations
Color information
#E94B16 (or 0xE94B16) is known color: Persimmon. HEX triplet: E9, 4B and 16. RGB value is (233,75,22). Sum of RGB (Red+Green+Blue) = 233+75+22=330 (43% of max value = 765). Red value is 233 (91.41% from 255 or 70.61% from 330); Green value is 75 (29.69% from 255 or 22.73% from 330); Blue value is 22 (8.98% from 255 or 6.67% from 330); Max value from RGB is 233 - color contains mainly: red. Hex color #E94B16 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E94B16 is #16B4E9. Grayscale: #747474. Windows color (decimal): -1488106 or 1461225. OLE color: 1461225.
HSL color Cylindrical-coordinate representation of color #E94B16: hue angle of 15.07º degrees, saturation: 0.83, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E94B16 is Cyan = 0, Magento = 0.68, Yellow = 0.91 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 75 | 22 | - |
| CMYK | 0 | 0.68 | 0.91 | 0.09 |
| HSL | 15.07º | 0.83% | 0.5% | - |
| HSV(B) | 15.07º | 0.91% | 0.91% | - |
| XYZ | 36.27 | 22.41 | 3.17 | - |
| YUV | 116.2 | 74.85 | 211.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 75 | 22 | 0 | 0.68 | 0.91 | 0.09 | 15.07 | 0.83 | 0.5 |
| Hex | E9 | 4B | 16 | 0 | 44 | 5B | 9 | F | 53 | 32 |
| Octal | 351 | 113 | 26 | 0 | 104 | 133 | 11 | 17 | 123 | 62 |
| Binary | 11101001 | 1001011 | 10110 | 0 | 1000100 | 1011011 | 1001 | 1111 | 1010011 | 110010 |
Color Harmonies of #E94B16
Complementary color
Monochromatic Colors of #E94B16
Black with #E94B16
Text Example
Text Example
White with #E94B16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E94B16; }
p { color: rgb(233,75,22); }
H1.HeaderClassName
{
color: #E94B16;
}
.AnyTagClassName
{
color: #E94B16;
}
</style>
background-color css
<style>
a { background-color: #E94B16; }
a { background-color: rgb(233,75,22); }
div.DivClassName
{
background-color: #E94B16;
}
.BgClassName
{
background-color: #E94B16;
}
</style>
border-color css
<style>
span { border-color: #E94B16; }
span { border-color: rgb(233,75,22); }
td.TdClassName
{
border-color: #E94B16;
}
.TagClassName
{
border-color: #E94B16;
}
</style>