Shades of Persimmon #E94E05
Tints of Persimmon #E94E05
RGB
CMYK
RGB Variations
Color information
#E94E05 (or 0xE94E05) is known color: Persimmon. HEX triplet: E9, 4E and 05. RGB value is (233,78,5). Sum of RGB (Red+Green+Blue) = 233+78+5=316 (41% of max value = 765). Red value is 233 (91.41% from 255 or 73.73% from 316); Green value is 78 (30.86% from 255 or 24.68% from 316); Blue value is 5 (2.34% from 255 or 1.58% from 316); Max value from RGB is 233 - color contains mainly: red. Hex color #E94E05 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E94E05 is #16B1FA. Grayscale: #747474. Windows color (decimal): -1487355 or 347881. OLE color: 347881.
HSL color Cylindrical-coordinate representation of color #E94E05: hue angle of 19.21º 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 #E94E05 is Cyan = 0, Magento = 0.67, Yellow = 0.98 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 78 | 5 | - |
| CMYK | 0 | 0.67 | 0.98 | 0.09 |
| HSL | 19.21º | 0.96% | 0.47% | - |
| HSV(B) | 19.21º | 0.98% | 0.91% | - |
| XYZ | 36.36 | 22.78 | 2.63 | - |
| YUV | 116.02 | 65.35 | 211.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 78 | 5 | 0 | 0.67 | 0.98 | 0.09 | 19.21 | 0.96 | 0.47 |
| Hex | E9 | 4E | 5 | 0 | 43 | 62 | 9 | 13 | 60 | 2F |
| Octal | 351 | 116 | 5 | 0 | 103 | 142 | 11 | 23 | 140 | 57 |
| Binary | 11101001 | 1001110 | 101 | 0 | 1000011 | 1100010 | 1001 | 10011 | 1100000 | 101111 |
Color Harmonies of #E94E05
Complementary color
Monochromatic Colors of #E94E05
Black with #E94E05
Text Example
Text Example
White with #E94E05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E94E05; }
p { color: rgb(233,78,5); }
H1.HeaderClassName
{
color: #E94E05;
}
.AnyTagClassName
{
color: #E94E05;
}
</style>
background-color css
<style>
a { background-color: #E94E05; }
a { background-color: rgb(233,78,5); }
div.DivClassName
{
background-color: #E94E05;
}
.BgClassName
{
background-color: #E94E05;
}
</style>
border-color css
<style>
span { border-color: #E94E05; }
span { border-color: rgb(233,78,5); }
td.TdClassName
{
border-color: #E94E05;
}
.TagClassName
{
border-color: #E94E05;
}
</style>