Shades of Persimmon #E94F01
Tints of Persimmon #E94F01
RGB
CMYK
RGB Variations
Color information
#E94F01 (or 0xE94F01) is known color: Persimmon. HEX triplet: E9, 4F and 01. RGB value is (233,79,1). Sum of RGB (Red+Green+Blue) = 233+79+1=313 (41% of max value = 765). Red value is 233 (91.41% from 255 or 74.44% from 313); Green value is 79 (31.25% from 255 or 25.24% from 313); Blue value is 1 (0.78% from 255 or 0.32% from 313); Max value from RGB is 233 - color contains mainly: red. Hex color #E94F01 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E94F01 is #16B0FE. Grayscale: #747474. Windows color (decimal): -1487103 or 85993. OLE color: 85993.
HSL color Cylindrical-coordinate representation of color #E94F01: hue angle of 20.17º degrees, saturation: 0.99, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E94F01 is Cyan = 0, Magento = 0.66, Yellow = 1.00 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 79 | 1 | - |
| CMYK | 0 | 0.66 | 1.00 | 0.09 |
| HSL | 20.17º | 0.99% | 0.46% | - |
| HSV(B) | 20.17º | 1% | 0.91% | - |
| XYZ | 36.41 | 22.92 | 2.53 | - |
| YUV | 116.15 | 63.02 | 211.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 79 | 1 | 0 | 0.66 | 1.00 | 0.09 | 20.17 | 0.99 | 0.46 |
| Hex | E9 | 4F | 1 | 0 | 42 | 64 | 9 | 14 | 63 | 2E |
| Octal | 351 | 117 | 1 | 0 | 102 | 144 | 11 | 24 | 143 | 56 |
| Binary | 11101001 | 1001111 | 1 | 0 | 1000010 | 1100100 | 1001 | 10100 | 1100011 | 101110 |
Color Harmonies of #E94F01
Complementary color
Monochromatic Colors of #E94F01
Black with #E94F01
Text Example
Text Example
White with #E94F01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E94F01; }
p { color: rgb(233,79,1); }
H1.HeaderClassName
{
color: #E94F01;
}
.AnyTagClassName
{
color: #E94F01;
}
</style>
background-color css
<style>
a { background-color: #E94F01; }
a { background-color: rgb(233,79,1); }
div.DivClassName
{
background-color: #E94F01;
}
.BgClassName
{
background-color: #E94F01;
}
</style>
border-color css
<style>
span { border-color: #E94F01; }
span { border-color: rgb(233,79,1); }
td.TdClassName
{
border-color: #E94F01;
}
.TagClassName
{
border-color: #E94F01;
}
</style>