Shades of Persimmon #E94912
Tints of Persimmon #E94912
RGB
CMYK
RGB Variations
Color information
#E94912 (or 0xE94912) is known color: Persimmon. HEX triplet: E9, 49 and 12. RGB value is (233,73,18). Sum of RGB (Red+Green+Blue) = 233+73+18=324 (42% of max value = 765). Red value is 233 (91.41% from 255 or 71.91% from 324); Green value is 73 (28.91% from 255 or 22.53% from 324); Blue value is 18 (7.42% from 255 or 5.56% from 324); Max value from RGB is 233 - color contains mainly: red. Hex color #E94912 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E94912 is #16B6ED. Grayscale: #727272. Windows color (decimal): -1488622 or 1198569. OLE color: 1198569.
HSL color Cylindrical-coordinate representation of color #E94912: hue angle of 15.35º degrees, saturation: 0.86, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E94912 is Cyan = 0, Magento = 0.69, Yellow = 0.92 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 73 | 18 | - |
| CMYK | 0 | 0.69 | 0.92 | 0.09 |
| HSL | 15.35º | 0.86% | 0.49% | - |
| HSV(B) | 15.35º | 0.92% | 0.91% | - |
| XYZ | 36.1 | 22.13 | 2.94 | - |
| YUV | 114.57 | 73.51 | 212.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 73 | 18 | 0 | 0.69 | 0.92 | 0.09 | 15.35 | 0.86 | 0.49 |
| Hex | E9 | 49 | 12 | 0 | 45 | 5C | 9 | F | 56 | 31 |
| Octal | 351 | 111 | 22 | 0 | 105 | 134 | 11 | 17 | 126 | 61 |
| Binary | 11101001 | 1001001 | 10010 | 0 | 1000101 | 1011100 | 1001 | 1111 | 1010110 | 110001 |
Color Harmonies of #E94912
Complementary color
Monochromatic Colors of #E94912
Black with #E94912
Text Example
Text Example
White with #E94912
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E94912; }
p { color: rgb(233,73,18); }
H1.HeaderClassName
{
color: #E94912;
}
.AnyTagClassName
{
color: #E94912;
}
</style>
background-color css
<style>
a { background-color: #E94912; }
a { background-color: rgb(233,73,18); }
div.DivClassName
{
background-color: #E94912;
}
.BgClassName
{
background-color: #E94912;
}
</style>
border-color css
<style>
span { border-color: #E94912; }
span { border-color: rgb(233,73,18); }
td.TdClassName
{
border-color: #E94912;
}
.TagClassName
{
border-color: #E94912;
}
</style>