Shades of Persimmon #E94B0B
Tints of Persimmon #E94B0B
RGB
CMYK
RGB Variations
Color information
#E94B0B (or 0xE94B0B) is known color: Persimmon. HEX triplet: E9, 4B and 0B. RGB value is (233,75,11). Sum of RGB (Red+Green+Blue) = 233+75+11=319 (42% of max value = 765). Red value is 233 (91.41% from 255 or 73.04% from 319); Green value is 75 (29.69% from 255 or 23.51% from 319); Blue value is 11 (4.69% from 255 or 3.45% from 319); Max value from RGB is 233 - color contains mainly: red. Hex color #E94B0B is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E94B0B is #16B4F4. Grayscale: #737373. Windows color (decimal): -1488117 or 740329. OLE color: 740329.
HSL color Cylindrical-coordinate representation of color #E94B0B: hue angle of 17.3º degrees, saturation: 0.91, 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 #E94B0B is Cyan = 0, Magento = 0.68, Yellow = 0.95 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 75 | 11 | - |
| CMYK | 0 | 0.68 | 0.95 | 0.09 |
| HSL | 17.3º | 0.91% | 0.48% | - |
| HSV(B) | 17.3º | 0.95% | 0.91% | - |
| XYZ | 36.18 | 22.38 | 2.73 | - |
| YUV | 114.95 | 69.35 | 212.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 75 | 11 | 0 | 0.68 | 0.95 | 0.09 | 17.3 | 0.91 | 0.48 |
| Hex | E9 | 4B | B | 0 | 44 | 5F | 9 | 11 | 5B | 30 |
| Octal | 351 | 113 | 13 | 0 | 104 | 137 | 11 | 21 | 133 | 60 |
| Binary | 11101001 | 1001011 | 1011 | 0 | 1000100 | 1011111 | 1001 | 10001 | 1011011 | 110000 |
Color Harmonies of #E94B0B
Complementary color
Monochromatic Colors of #E94B0B
Black with #E94B0B
Text Example
Text Example
White with #E94B0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E94B0B; }
p { color: rgb(233,75,11); }
H1.HeaderClassName
{
color: #E94B0B;
}
.AnyTagClassName
{
color: #E94B0B;
}
</style>
background-color css
<style>
a { background-color: #E94B0B; }
a { background-color: rgb(233,75,11); }
div.DivClassName
{
background-color: #E94B0B;
}
.BgClassName
{
background-color: #E94B0B;
}
</style>
border-color css
<style>
span { border-color: #E94B0B; }
span { border-color: rgb(233,75,11); }
td.TdClassName
{
border-color: #E94B0B;
}
.TagClassName
{
border-color: #E94B0B;
}
</style>