Shades of Persimmon #E94B14
Tints of Persimmon #E94B14
RGB
CMYK
RGB Variations
Color information
#E94B14 (or 0xE94B14) is known color: Persimmon. HEX triplet: E9, 4B and 14. RGB value is (233,75,20). Sum of RGB (Red+Green+Blue) = 233+75+20=328 (43% of max value = 765). Red value is 233 (91.41% from 255 or 71.04% from 328); Green value is 75 (29.69% from 255 or 22.87% from 328); Blue value is 20 (8.20% from 255 or 6.10% from 328); Max value from RGB is 233 - color contains mainly: red. Hex color #E94B14 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E94B14 is #16B4EB. Grayscale: #747474. Windows color (decimal): -1488108 or 1330153. OLE color: 1330153.
HSL color Cylindrical-coordinate representation of color #E94B14: hue angle of 15.49º degrees, saturation: 0.84, 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 #E94B14 is Cyan = 0, Magento = 0.68, Yellow = 0.91 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 75 | 20 | - |
| CMYK | 0 | 0.68 | 0.91 | 0.09 |
| HSL | 15.49º | 0.84% | 0.5% | - |
| HSV(B) | 15.49º | 0.91% | 0.91% | - |
| XYZ | 36.25 | 22.41 | 3.08 | - |
| YUV | 115.97 | 73.85 | 211.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 75 | 20 | 0 | 0.68 | 0.91 | 0.09 | 15.49 | 0.84 | 0.5 |
| Hex | E9 | 4B | 14 | 0 | 44 | 5B | 9 | F | 54 | 32 |
| Octal | 351 | 113 | 24 | 0 | 104 | 133 | 11 | 17 | 124 | 62 |
| Binary | 11101001 | 1001011 | 10100 | 0 | 1000100 | 1011011 | 1001 | 1111 | 1010100 | 110010 |
Color Harmonies of #E94B14
Complementary color
Monochromatic Colors of #E94B14
Black with #E94B14
Text Example
Text Example
White with #E94B14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E94B14; }
p { color: rgb(233,75,20); }
H1.HeaderClassName
{
color: #E94B14;
}
.AnyTagClassName
{
color: #E94B14;
}
</style>
background-color css
<style>
a { background-color: #E94B14; }
a { background-color: rgb(233,75,20); }
div.DivClassName
{
background-color: #E94B14;
}
.BgClassName
{
background-color: #E94B14;
}
</style>
border-color css
<style>
span { border-color: #E94B14; }
span { border-color: rgb(233,75,20); }
td.TdClassName
{
border-color: #E94B14;
}
.TagClassName
{
border-color: #E94B14;
}
</style>