Shades of Persimmon #E94B18
Tints of Persimmon #E94B18
RGB
CMYK
RGB Variations
Color information
#E94B18 (or 0xE94B18) is known color: Persimmon. HEX triplet: E9, 4B and 18. RGB value is (233,75,24). Sum of RGB (Red+Green+Blue) = 233+75+24=332 (43% of max value = 765). Red value is 233 (91.41% from 255 or 70.18% from 332); Green value is 75 (29.69% from 255 or 22.59% from 332); Blue value is 24 (9.77% from 255 or 7.23% from 332); Max value from RGB is 233 - color contains mainly: red. Hex color #E94B18 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E94B18 is #16B4E7. Grayscale: #747474. Windows color (decimal): -1488104 or 1592297. OLE color: 1592297.
HSL color Cylindrical-coordinate representation of color #E94B18: hue angle of 14.64º degrees, saturation: 0.83, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E94B18 is Cyan = 0, Magento = 0.68, Yellow = 0.90 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 75 | 24 | - |
| CMYK | 0 | 0.68 | 0.90 | 0.09 |
| HSL | 14.64º | 0.83% | 0.5% | - |
| HSV(B) | 14.64º | 0.9% | 0.91% | - |
| XYZ | 36.29 | 22.42 | 3.28 | - |
| YUV | 116.43 | 75.85 | 211.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 75 | 24 | 0 | 0.68 | 0.90 | 0.09 | 14.64 | 0.83 | 0.5 |
| Hex | E9 | 4B | 18 | 0 | 44 | 5A | 9 | F | 53 | 32 |
| Octal | 351 | 113 | 30 | 0 | 104 | 132 | 11 | 17 | 123 | 62 |
| Binary | 11101001 | 1001011 | 11000 | 0 | 1000100 | 1011010 | 1001 | 1111 | 1010011 | 110010 |
Color Harmonies of #E94B18
Complementary color
Monochromatic Colors of #E94B18
Black with #E94B18
Text Example
Text Example
White with #E94B18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E94B18; }
p { color: rgb(233,75,24); }
H1.HeaderClassName
{
color: #E94B18;
}
.AnyTagClassName
{
color: #E94B18;
}
</style>
background-color css
<style>
a { background-color: #E94B18; }
a { background-color: rgb(233,75,24); }
div.DivClassName
{
background-color: #E94B18;
}
.BgClassName
{
background-color: #E94B18;
}
</style>
border-color css
<style>
span { border-color: #E94B18; }
span { border-color: rgb(233,75,24); }
td.TdClassName
{
border-color: #E94B18;
}
.TagClassName
{
border-color: #E94B18;
}
</style>