Shades of Persimmon #E94503
Tints of Persimmon #E94503
RGB
CMYK
RGB Variations
Color information
#E94503 (or 0xE94503) is known color: Persimmon. HEX triplet: E9, 45 and 03. RGB value is (233,69,3). Sum of RGB (Red+Green+Blue) = 233+69+3=305 (40% of max value = 765). Red value is 233 (91.41% from 255 or 76.39% from 305); Green value is 69 (27.34% from 255 or 22.62% from 305); Blue value is 3 (1.56% from 255 or 0.98% from 305); Max value from RGB is 233 - color contains mainly: red. Hex color #E94503 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E94503 is #16BAFC. Grayscale: #6E6E6E. Windows color (decimal): -1489661 or 214505. OLE color: 214505.
HSL color Cylindrical-coordinate representation of color #E94503: hue angle of 17.22º 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 #E94503 is Cyan = 0, Magento = 0.70, Yellow = 0.99 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 69 | 3 | - |
| CMYK | 0 | 0.70 | 0.99 | 0.09 |
| HSL | 17.22º | 0.97% | 0.46% | - |
| HSV(B) | 17.22º | 0.99% | 0.91% | - |
| XYZ | 35.75 | 21.59 | 2.37 | - |
| YUV | 110.51 | 67.33 | 215.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 69 | 3 | 0 | 0.70 | 0.99 | 0.09 | 17.22 | 0.97 | 0.46 |
| Hex | E9 | 45 | 3 | 0 | 46 | 63 | 9 | 11 | 61 | 2E |
| Octal | 351 | 105 | 3 | 0 | 106 | 143 | 11 | 21 | 141 | 56 |
| Binary | 11101001 | 1000101 | 11 | 0 | 1000110 | 1100011 | 1001 | 10001 | 1100001 | 101110 |
Color Harmonies of #E94503
Complementary color
Monochromatic Colors of #E94503
Black with #E94503
Text Example
Text Example
White with #E94503
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E94503; }
p { color: rgb(233,69,3); }
H1.HeaderClassName
{
color: #E94503;
}
.AnyTagClassName
{
color: #E94503;
}
</style>
background-color css
<style>
a { background-color: #E94503; }
a { background-color: rgb(233,69,3); }
div.DivClassName
{
background-color: #E94503;
}
.BgClassName
{
background-color: #E94503;
}
</style>
border-color css
<style>
span { border-color: #E94503; }
span { border-color: rgb(233,69,3); }
td.TdClassName
{
border-color: #E94503;
}
.TagClassName
{
border-color: #E94503;
}
</style>