Shades of Persimmon #E94702
Tints of Persimmon #E94702
RGB
CMYK
RGB Variations
Color information
#E94702 (or 0xE94702) is known color: Persimmon. HEX triplet: E9, 47 and 02. RGB value is (233,71,2). Sum of RGB (Red+Green+Blue) = 233+71+2=306 (40% of max value = 765). Red value is 233 (91.41% from 255 or 76.14% from 306); Green value is 71 (28.12% from 255 or 23.20% from 306); Blue value is 2 (1.17% from 255 or 0.65% from 306); Max value from RGB is 233 - color contains mainly: red. Hex color #E94702 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E94702 is #16B8FD. Grayscale: #707070. Windows color (decimal): -1489150 or 149481. OLE color: 149481.
HSL color Cylindrical-coordinate representation of color #E94702: hue angle of 17.92º degrees, saturation: 0.98, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E94702 is Cyan = 0, Magento = 0.70, Yellow = 0.99 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 71 | 2 | - |
| CMYK | 0 | 0.70 | 0.99 | 0.09 |
| HSL | 17.92º | 0.98% | 0.46% | - |
| HSV(B) | 17.92º | 0.99% | 0.91% | - |
| XYZ | 35.87 | 21.83 | 2.38 | - |
| YUV | 111.57 | 66.17 | 214.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 71 | 2 | 0 | 0.70 | 0.99 | 0.09 | 17.92 | 0.98 | 0.46 |
| Hex | E9 | 47 | 2 | 0 | 46 | 63 | 9 | 12 | 62 | 2E |
| Octal | 351 | 107 | 2 | 0 | 106 | 143 | 11 | 22 | 142 | 56 |
| Binary | 11101001 | 1000111 | 10 | 0 | 1000110 | 1100011 | 1001 | 10010 | 1100010 | 101110 |
Color Harmonies of #E94702
Complementary color
Monochromatic Colors of #E94702
Black with #E94702
Text Example
Text Example
White with #E94702
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E94702; }
p { color: rgb(233,71,2); }
H1.HeaderClassName
{
color: #E94702;
}
.AnyTagClassName
{
color: #E94702;
}
</style>
background-color css
<style>
a { background-color: #E94702; }
a { background-color: rgb(233,71,2); }
div.DivClassName
{
background-color: #E94702;
}
.BgClassName
{
background-color: #E94702;
}
</style>
border-color css
<style>
span { border-color: #E94702; }
span { border-color: rgb(233,71,2); }
td.TdClassName
{
border-color: #E94702;
}
.TagClassName
{
border-color: #E94702;
}
</style>