Shades of Persimmon #E94B00
Tints of Persimmon #E94B00
RGB
CMYK
RGB Variations
Color information
#E94B00 (or 0xE94B00) is known color: Persimmon. HEX triplet: E9, 4B and 00. RGB value is (233,75,0). Sum of RGB (Red+Green+Blue) = 233+75+0=308 (40% of max value = 765). Red value is 233 (91.41% from 255 or 75.65% from 308); Green value is 75 (29.69% from 255 or 24.35% from 308); Blue value is 0 (0.39% from 255 or 0% from 308); Max value from RGB is 233 - color contains mainly: red. Hex color #E94B00 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E94B00 is #16B4FF. Grayscale: #727272. Windows color (decimal): -1488128 or 19433. OLE color: 19433.
HSL color Cylindrical-coordinate representation of color #E94B00: hue angle of 19.31º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E94B00 is Cyan = 0, Magento = 0.68, Yellow = 1 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 75 | 0 | - |
| CMYK | 0 | 0.68 | 1 | 0.09 |
| HSL | 19.31º | 1% | 0.46% | - |
| HSV(B) | 19.31º | 1% | 0.91% | - |
| XYZ | 36.12 | 22.36 | 2.41 | - |
| YUV | 113.69 | 63.85 | 213.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 75 | 0 | 0 | 0.68 | 1 | 0.09 | 19.31 | 1 | 0.46 |
| Hex | E9 | 4B | 0 | 0 | 44 | 64 | 9 | 13 | 64 | 2E |
| Octal | 351 | 113 | 0 | 0 | 104 | 144 | 11 | 23 | 144 | 56 |
| Binary | 11101001 | 1001011 | 0 | 0 | 1000100 | 1100100 | 1001 | 10011 | 1100100 | 101110 |
Color Harmonies of #E94B00
Complementary color
Monochromatic Colors of #E94B00
Black with #E94B00
Text Example
Text Example
White with #E94B00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E94B00; }
p { color: rgb(233,75,0); }
H1.HeaderClassName
{
color: #E94B00;
}
.AnyTagClassName
{
color: #E94B00;
}
</style>
background-color css
<style>
a { background-color: #E94B00; }
a { background-color: rgb(233,75,0); }
div.DivClassName
{
background-color: #E94B00;
}
.BgClassName
{
background-color: #E94B00;
}
</style>
border-color css
<style>
span { border-color: #E94B00; }
span { border-color: rgb(233,75,0); }
td.TdClassName
{
border-color: #E94B00;
}
.TagClassName
{
border-color: #E94B00;
}
</style>