Shades of Persimmon #E94F02
Tints of Persimmon #E94F02
RGB
CMYK
RGB Variations
Color information
#E94F02 (or 0xE94F02) is known color: Persimmon. HEX triplet: E9, 4F and 02. RGB value is (233,79,2). Sum of RGB (Red+Green+Blue) = 233+79+2=314 (41% of max value = 765). Red value is 233 (91.41% from 255 or 74.20% from 314); Green value is 79 (31.25% from 255 or 25.16% from 314); Blue value is 2 (1.17% from 255 or 0.64% from 314); Max value from RGB is 233 - color contains mainly: red. Hex color #E94F02 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E94F02 is #16B0FD. Grayscale: #747474. Windows color (decimal): -1487102 or 151529. OLE color: 151529.
HSL color Cylindrical-coordinate representation of color #E94F02: hue angle of 20º 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 #E94F02 is Cyan = 0, Magento = 0.66, Yellow = 0.99 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 79 | 2 | - |
| CMYK | 0 | 0.66 | 0.99 | 0.09 |
| HSL | 20º | 0.98% | 0.46% | - |
| HSV(B) | 20º | 0.99% | 0.91% | - |
| XYZ | 36.41 | 22.92 | 2.56 | - |
| YUV | 116.27 | 63.52 | 211.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 79 | 2 | 0 | 0.66 | 0.99 | 0.09 | 20 | 0.98 | 0.46 |
| Hex | E9 | 4F | 2 | 0 | 42 | 63 | 9 | 14 | 62 | 2E |
| Octal | 351 | 117 | 2 | 0 | 102 | 143 | 11 | 24 | 142 | 56 |
| Binary | 11101001 | 1001111 | 10 | 0 | 1000010 | 1100011 | 1001 | 10100 | 1100010 | 101110 |
Color Harmonies of #E94F02
Complementary color
Monochromatic Colors of #E94F02
Black with #E94F02
Text Example
Text Example
White with #E94F02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E94F02; }
p { color: rgb(233,79,2); }
H1.HeaderClassName
{
color: #E94F02;
}
.AnyTagClassName
{
color: #E94F02;
}
</style>
background-color css
<style>
a { background-color: #E94F02; }
a { background-color: rgb(233,79,2); }
div.DivClassName
{
background-color: #E94F02;
}
.BgClassName
{
background-color: #E94F02;
}
</style>
border-color css
<style>
span { border-color: #E94F02; }
span { border-color: rgb(233,79,2); }
td.TdClassName
{
border-color: #E94F02;
}
.TagClassName
{
border-color: #E94F02;
}
</style>