Shades of Persimmon #E94917
Tints of Persimmon #E94917
RGB
CMYK
RGB Variations
Color information
#E94917 (or 0xE94917) is known color: Persimmon. HEX triplet: E9, 49 and 17. RGB value is (233,73,23). Sum of RGB (Red+Green+Blue) = 233+73+23=329 (43% of max value = 765). Red value is 233 (91.41% from 255 or 70.82% from 329); Green value is 73 (28.91% from 255 or 22.19% from 329); Blue value is 23 (9.38% from 255 or 6.99% from 329); Max value from RGB is 233 - color contains mainly: red. Hex color #E94917 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E94917 is #16B6E8. Grayscale: #737373. Windows color (decimal): -1488617 or 1526249. OLE color: 1526249.
HSL color Cylindrical-coordinate representation of color #E94917: hue angle of 14.29º degrees, saturation: 0.83, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E94917 is Cyan = 0, Magento = 0.69, Yellow = 0.90 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 73 | 23 | - |
| CMYK | 0 | 0.69 | 0.90 | 0.09 |
| HSL | 14.29º | 0.83% | 0.5% | - |
| HSV(B) | 14.29º | 0.9% | 0.91% | - |
| XYZ | 36.14 | 22.15 | 3.18 | - |
| YUV | 115.14 | 76.01 | 212.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 73 | 23 | 0 | 0.69 | 0.90 | 0.09 | 14.29 | 0.83 | 0.5 |
| Hex | E9 | 49 | 17 | 0 | 45 | 5A | 9 | E | 53 | 32 |
| Octal | 351 | 111 | 27 | 0 | 105 | 132 | 11 | 16 | 123 | 62 |
| Binary | 11101001 | 1001001 | 10111 | 0 | 1000101 | 1011010 | 1001 | 1110 | 1010011 | 110010 |
Color Harmonies of #E94917
Complementary color
Monochromatic Colors of #E94917
Black with #E94917
Text Example
Text Example
White with #E94917
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E94917; }
p { color: rgb(233,73,23); }
H1.HeaderClassName
{
color: #E94917;
}
.AnyTagClassName
{
color: #E94917;
}
</style>
background-color css
<style>
a { background-color: #E94917; }
a { background-color: rgb(233,73,23); }
div.DivClassName
{
background-color: #E94917;
}
.BgClassName
{
background-color: #E94917;
}
</style>
border-color css
<style>
span { border-color: #E94917; }
span { border-color: rgb(233,73,23); }
td.TdClassName
{
border-color: #E94917;
}
.TagClassName
{
border-color: #E94917;
}
</style>