Shades of Persimmon #E94B0D
Tints of Persimmon #E94B0D
RGB
CMYK
RGB Variations
Color information
#E94B0D (or 0xE94B0D) is known color: Persimmon. HEX triplet: E9, 4B and 0D. RGB value is (233,75,13). Sum of RGB (Red+Green+Blue) = 233+75+13=321 (42% of max value = 765). Red value is 233 (91.41% from 255 or 72.59% from 321); Green value is 75 (29.69% from 255 or 23.36% from 321); Blue value is 13 (5.47% from 255 or 4.05% from 321); Max value from RGB is 233 - color contains mainly: red. Hex color #E94B0D is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E94B0D is #16B4F2. Grayscale: #737373. Windows color (decimal): -1488115 or 871401. OLE color: 871401.
HSL color Cylindrical-coordinate representation of color #E94B0D: hue angle of 16.91º degrees, saturation: 0.89, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E94B0D is Cyan = 0, Magento = 0.68, Yellow = 0.94 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 75 | 13 | - |
| CMYK | 0 | 0.68 | 0.94 | 0.09 |
| HSL | 16.91º | 0.89% | 0.48% | - |
| HSV(B) | 16.91º | 0.94% | 0.91% | - |
| XYZ | 36.19 | 22.38 | 2.79 | - |
| YUV | 115.17 | 70.35 | 212.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 75 | 13 | 0 | 0.68 | 0.94 | 0.09 | 16.91 | 0.89 | 0.48 |
| Hex | E9 | 4B | D | 0 | 44 | 5E | 9 | 11 | 59 | 30 |
| Octal | 351 | 113 | 15 | 0 | 104 | 136 | 11 | 21 | 131 | 60 |
| Binary | 11101001 | 1001011 | 1101 | 0 | 1000100 | 1011110 | 1001 | 10001 | 1011001 | 110000 |
Color Harmonies of #E94B0D
Complementary color
Monochromatic Colors of #E94B0D
Black with #E94B0D
Text Example
Text Example
White with #E94B0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E94B0D; }
p { color: rgb(233,75,13); }
H1.HeaderClassName
{
color: #E94B0D;
}
.AnyTagClassName
{
color: #E94B0D;
}
</style>
background-color css
<style>
a { background-color: #E94B0D; }
a { background-color: rgb(233,75,13); }
div.DivClassName
{
background-color: #E94B0D;
}
.BgClassName
{
background-color: #E94B0D;
}
</style>
border-color css
<style>
span { border-color: #E94B0D; }
span { border-color: rgb(233,75,13); }
td.TdClassName
{
border-color: #E94B0D;
}
.TagClassName
{
border-color: #E94B0D;
}
</style>