Shades of Persimmon #E94A08
Tints of Persimmon #E94A08
RGB
CMYK
RGB Variations
Color information
#E94A08 (or 0xE94A08) is known color: Persimmon. HEX triplet: E9, 4A and 08. RGB value is (233,74,8). Sum of RGB (Red+Green+Blue) = 233+74+8=315 (41% of max value = 765). Red value is 233 (91.41% from 255 or 73.97% from 315); Green value is 74 (29.30% from 255 or 23.49% from 315); Blue value is 8 (3.52% from 255 or 2.54% from 315); Max value from RGB is 233 - color contains mainly: red. Hex color #E94A08 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E94A08 is #16B5F7. Grayscale: #727272. Windows color (decimal): -1488376 or 543465. OLE color: 543465.
HSL color Cylindrical-coordinate representation of color #E94A08: hue angle of 17.6º degrees, saturation: 0.93, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E94A08 is Cyan = 0, Magento = 0.68, Yellow = 0.97 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 74 | 8 | - |
| CMYK | 0 | 0.68 | 0.97 | 0.09 |
| HSL | 17.6º | 0.93% | 0.47% | - |
| HSV(B) | 17.6º | 0.97% | 0.91% | - |
| XYZ | 36.1 | 22.24 | 2.62 | - |
| YUV | 114.02 | 68.18 | 212.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 74 | 8 | 0 | 0.68 | 0.97 | 0.09 | 17.6 | 0.93 | 0.47 |
| Hex | E9 | 4A | 8 | 0 | 44 | 61 | 9 | 12 | 5D | 2F |
| Octal | 351 | 112 | 10 | 0 | 104 | 141 | 11 | 22 | 135 | 57 |
| Binary | 11101001 | 1001010 | 1000 | 0 | 1000100 | 1100001 | 1001 | 10010 | 1011101 | 101111 |
Color Harmonies of #E94A08
Complementary color
Monochromatic Colors of #E94A08
Black with #E94A08
Text Example
Text Example
White with #E94A08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E94A08; }
p { color: rgb(233,74,8); }
H1.HeaderClassName
{
color: #E94A08;
}
.AnyTagClassName
{
color: #E94A08;
}
</style>
background-color css
<style>
a { background-color: #E94A08; }
a { background-color: rgb(233,74,8); }
div.DivClassName
{
background-color: #E94A08;
}
.BgClassName
{
background-color: #E94A08;
}
</style>
border-color css
<style>
span { border-color: #E94A08; }
span { border-color: rgb(233,74,8); }
td.TdClassName
{
border-color: #E94A08;
}
.TagClassName
{
border-color: #E94A08;
}
</style>