Shades of Persimmon #E94A19
Tints of Persimmon #E94A19
RGB
CMYK
RGB Variations
Color information
#E94A19 (or 0xE94A19) is known color: Persimmon. HEX triplet: E9, 4A and 19. RGB value is (233,74,25). Sum of RGB (Red+Green+Blue) = 233+74+25=332 (43% of max value = 765). Red value is 233 (91.41% from 255 or 70.18% from 332); Green value is 74 (29.30% from 255 or 22.29% from 332); Blue value is 25 (10.16% from 255 or 7.53% from 332); Max value from RGB is 233 - color contains mainly: red. Hex color #E94A19 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E94A19 is #16B5E6. Grayscale: #747474. Windows color (decimal): -1488359 or 1657577. OLE color: 1657577.
HSL color Cylindrical-coordinate representation of color #E94A19: hue angle of 14.13º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E94A19 is Cyan = 0, Magento = 0.68, Yellow = 0.89 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 74 | 25 | - |
| CMYK | 0 | 0.68 | 0.89 | 0.09 |
| HSL | 14.13º | 0.83% | 0.51% | - |
| HSV(B) | 14.13º | 0.89% | 0.91% | - |
| XYZ | 36.23 | 22.29 | 3.31 | - |
| YUV | 115.96 | 76.68 | 211.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 74 | 25 | 0 | 0.68 | 0.89 | 0.09 | 14.13 | 0.83 | 0.51 |
| Hex | E9 | 4A | 19 | 0 | 44 | 59 | 9 | E | 53 | 33 |
| Octal | 351 | 112 | 31 | 0 | 104 | 131 | 11 | 16 | 123 | 63 |
| Binary | 11101001 | 1001010 | 11001 | 0 | 1000100 | 1011001 | 1001 | 1110 | 1010011 | 110011 |
Color Harmonies of #E94A19
Complementary color
Monochromatic Colors of #E94A19
Black with #E94A19
Text Example
Text Example
White with #E94A19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E94A19; }
p { color: rgb(233,74,25); }
H1.HeaderClassName
{
color: #E94A19;
}
.AnyTagClassName
{
color: #E94A19;
}
</style>
background-color css
<style>
a { background-color: #E94A19; }
a { background-color: rgb(233,74,25); }
div.DivClassName
{
background-color: #E94A19;
}
.BgClassName
{
background-color: #E94A19;
}
</style>
border-color css
<style>
span { border-color: #E94A19; }
span { border-color: rgb(233,74,25); }
td.TdClassName
{
border-color: #E94A19;
}
.TagClassName
{
border-color: #E94A19;
}
</style>