Shades of Persimmon #E94C08
Tints of Persimmon #E94C08
RGB
CMYK
RGB Variations
Color information
#E94C08 (or 0xE94C08) is known color: Persimmon. HEX triplet: E9, 4C and 08. RGB value is (233,76,8). Sum of RGB (Red+Green+Blue) = 233+76+8=317 (41% of max value = 765). Red value is 233 (91.41% from 255 or 73.50% from 317); Green value is 76 (30.08% from 255 or 23.97% from 317); Blue value is 8 (3.52% from 255 or 2.52% from 317); Max value from RGB is 233 - color contains mainly: red. Hex color #E94C08 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E94C08 is #16B3F7. Grayscale: #737373. Windows color (decimal): -1487864 or 543977. OLE color: 543977.
HSL color Cylindrical-coordinate representation of color #E94C08: hue angle of 18.13º 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 #E94C08 is Cyan = 0, Magento = 0.67, Yellow = 0.97 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 76 | 8 | - |
| CMYK | 0 | 0.67 | 0.97 | 0.09 |
| HSL | 18.13º | 0.93% | 0.47% | - |
| HSV(B) | 18.13º | 0.97% | 0.91% | - |
| XYZ | 36.23 | 22.51 | 2.66 | - |
| YUV | 115.19 | 67.51 | 212.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 76 | 8 | 0 | 0.67 | 0.97 | 0.09 | 18.13 | 0.93 | 0.47 |
| Hex | E9 | 4C | 8 | 0 | 43 | 61 | 9 | 12 | 5D | 2F |
| Octal | 351 | 114 | 10 | 0 | 103 | 141 | 11 | 22 | 135 | 57 |
| Binary | 11101001 | 1001100 | 1000 | 0 | 1000011 | 1100001 | 1001 | 10010 | 1011101 | 101111 |
Color Harmonies of #E94C08
Complementary color
Monochromatic Colors of #E94C08
Black with #E94C08
Text Example
Text Example
White with #E94C08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E94C08; }
p { color: rgb(233,76,8); }
H1.HeaderClassName
{
color: #E94C08;
}
.AnyTagClassName
{
color: #E94C08;
}
</style>
background-color css
<style>
a { background-color: #E94C08; }
a { background-color: rgb(233,76,8); }
div.DivClassName
{
background-color: #E94C08;
}
.BgClassName
{
background-color: #E94C08;
}
</style>
border-color css
<style>
span { border-color: #E94C08; }
span { border-color: rgb(233,76,8); }
td.TdClassName
{
border-color: #E94C08;
}
.TagClassName
{
border-color: #E94C08;
}
</style>