Shades of Persimmon #E94D05
Tints of Persimmon #E94D05
RGB
CMYK
RGB Variations
Color information
#E94D05 (or 0xE94D05) is known color: Persimmon. HEX triplet: E9, 4D and 05. RGB value is (233,77,5). Sum of RGB (Red+Green+Blue) = 233+77+5=315 (41% of max value = 765). Red value is 233 (91.41% from 255 or 73.97% from 315); Green value is 77 (30.47% from 255 or 24.44% from 315); Blue value is 5 (2.34% from 255 or 1.59% from 315); Max value from RGB is 233 - color contains mainly: red. Hex color #E94D05 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E94D05 is #16B2FA. Grayscale: #737373. Windows color (decimal): -1487611 or 347625. OLE color: 347625.
HSL color Cylindrical-coordinate representation of color #E94D05: hue angle of 18.95º 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 #E94D05 is Cyan = 0, Magento = 0.67, Yellow = 0.98 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 77 | 5 | - |
| CMYK | 0 | 0.67 | 0.98 | 0.09 |
| HSL | 18.95º | 0.96% | 0.47% | - |
| HSV(B) | 18.95º | 0.98% | 0.91% | - |
| XYZ | 36.29 | 22.64 | 2.6 | - |
| YUV | 115.44 | 65.68 | 211.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 77 | 5 | 0 | 0.67 | 0.98 | 0.09 | 18.95 | 0.96 | 0.47 |
| Hex | E9 | 4D | 5 | 0 | 43 | 62 | 9 | 13 | 60 | 2F |
| Octal | 351 | 115 | 5 | 0 | 103 | 142 | 11 | 23 | 140 | 57 |
| Binary | 11101001 | 1001101 | 101 | 0 | 1000011 | 1100010 | 1001 | 10011 | 1100000 | 101111 |
Color Harmonies of #E94D05
Complementary color
Monochromatic Colors of #E94D05
Black with #E94D05
Text Example
Text Example
White with #E94D05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E94D05; }
p { color: rgb(233,77,5); }
H1.HeaderClassName
{
color: #E94D05;
}
.AnyTagClassName
{
color: #E94D05;
}
</style>
background-color css
<style>
a { background-color: #E94D05; }
a { background-color: rgb(233,77,5); }
div.DivClassName
{
background-color: #E94D05;
}
.BgClassName
{
background-color: #E94D05;
}
</style>
border-color css
<style>
span { border-color: #E94D05; }
span { border-color: rgb(233,77,5); }
td.TdClassName
{
border-color: #E94D05;
}
.TagClassName
{
border-color: #E94D05;
}
</style>