Shades of Persimmon #E94F03
Tints of Persimmon #E94F03
RGB
CMYK
RGB Variations
Color information
#E94F03 (or 0xE94F03) is known color: Persimmon. HEX triplet: E9, 4F and 03. RGB value is (233,79,3). Sum of RGB (Red+Green+Blue) = 233+79+3=315 (41% of max value = 765). Red value is 233 (91.41% from 255 or 73.97% from 315); Green value is 79 (31.25% from 255 or 25.08% from 315); Blue value is 3 (1.56% from 255 or 0.95% from 315); Max value from RGB is 233 - color contains mainly: red. Hex color #E94F03 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E94F03 is #16B0FC. Grayscale: #747474. Windows color (decimal): -1487101 or 217065. OLE color: 217065.
HSL color Cylindrical-coordinate representation of color #E94F03: hue angle of 19.83º degrees, saturation: 0.97, 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 #E94F03 is Cyan = 0, Magento = 0.66, Yellow = 0.99 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 79 | 3 | - |
| CMYK | 0 | 0.66 | 0.99 | 0.09 |
| HSL | 19.83º | 0.97% | 0.46% | - |
| HSV(B) | 19.83º | 0.99% | 0.91% | - |
| XYZ | 36.42 | 22.92 | 2.59 | - |
| YUV | 116.38 | 64.02 | 211.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 79 | 3 | 0 | 0.66 | 0.99 | 0.09 | 19.83 | 0.97 | 0.46 |
| Hex | E9 | 4F | 3 | 0 | 42 | 63 | 9 | 14 | 61 | 2E |
| Octal | 351 | 117 | 3 | 0 | 102 | 143 | 11 | 24 | 141 | 56 |
| Binary | 11101001 | 1001111 | 11 | 0 | 1000010 | 1100011 | 1001 | 10100 | 1100001 | 101110 |
Color Harmonies of #E94F03
Complementary color
Monochromatic Colors of #E94F03
Black with #E94F03
Text Example
Text Example
White with #E94F03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E94F03; }
p { color: rgb(233,79,3); }
H1.HeaderClassName
{
color: #E94F03;
}
.AnyTagClassName
{
color: #E94F03;
}
</style>
background-color css
<style>
a { background-color: #E94F03; }
a { background-color: rgb(233,79,3); }
div.DivClassName
{
background-color: #E94F03;
}
.BgClassName
{
background-color: #E94F03;
}
</style>
border-color css
<style>
span { border-color: #E94F03; }
span { border-color: rgb(233,79,3); }
td.TdClassName
{
border-color: #E94F03;
}
.TagClassName
{
border-color: #E94F03;
}
</style>