Shades of Persimmon #E94505
Tints of Persimmon #E94505
RGB
CMYK
RGB Variations
Color information
#E94505 (or 0xE94505) is known color: Persimmon. HEX triplet: E9, 45 and 05. RGB value is (233,69,5). Sum of RGB (Red+Green+Blue) = 233+69+5=307 (40% of max value = 765). Red value is 233 (91.41% from 255 or 75.90% from 307); Green value is 69 (27.34% from 255 or 22.48% from 307); Blue value is 5 (2.34% from 255 or 1.63% from 307); Max value from RGB is 233 - color contains mainly: red. Hex color #E94505 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E94505 is #16BAFA. Grayscale: #6F6F6F. Windows color (decimal): -1489659 or 345577. OLE color: 345577.
HSL color Cylindrical-coordinate representation of color #E94505: hue angle of 16.84º degrees, saturation: 0.96, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E94505 is Cyan = 0, Magento = 0.70, Yellow = 0.98 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 69 | 5 | - |
| CMYK | 0 | 0.70 | 0.98 | 0.09 |
| HSL | 16.84º | 0.96% | 0.47% | - |
| HSV(B) | 16.84º | 0.98% | 0.91% | - |
| XYZ | 35.76 | 21.59 | 2.43 | - |
| YUV | 110.74 | 68.33 | 215.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 69 | 5 | 0 | 0.70 | 0.98 | 0.09 | 16.84 | 0.96 | 0.47 |
| Hex | E9 | 45 | 5 | 0 | 46 | 62 | 9 | 11 | 60 | 2F |
| Octal | 351 | 105 | 5 | 0 | 106 | 142 | 11 | 21 | 140 | 57 |
| Binary | 11101001 | 1000101 | 101 | 0 | 1000110 | 1100010 | 1001 | 10001 | 1100000 | 101111 |
Color Harmonies of #E94505
Complementary color
Monochromatic Colors of #E94505
Black with #E94505
Text Example
Text Example
White with #E94505
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E94505; }
p { color: rgb(233,69,5); }
H1.HeaderClassName
{
color: #E94505;
}
.AnyTagClassName
{
color: #E94505;
}
</style>
background-color css
<style>
a { background-color: #E94505; }
a { background-color: rgb(233,69,5); }
div.DivClassName
{
background-color: #E94505;
}
.BgClassName
{
background-color: #E94505;
}
</style>
border-color css
<style>
span { border-color: #E94505; }
span { border-color: rgb(233,69,5); }
td.TdClassName
{
border-color: #E94505;
}
.TagClassName
{
border-color: #E94505;
}
</style>