Shades of Persimmon #E34902
Tints of Persimmon #E34902
RGB
CMYK
RGB Variations
Color information
#E34902 (or 0xE34902) is known color: Persimmon. HEX triplet: E3, 49 and 02. RGB value is (227,73,2). Sum of RGB (Red+Green+Blue) = 227+73+2=302 (40% of max value = 765). Red value is 227 (89.06% from 255 or 75.17% from 302); Green value is 73 (28.91% from 255 or 24.17% from 302); Blue value is 2 (1.17% from 255 or 0.66% from 302); Max value from RGB is 227 - color contains mainly: red. Hex color #E34902 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E34902 is #1CB6FD. Grayscale: #6F6F6F. Windows color (decimal): -1881854 or 149987. OLE color: 149987.
HSL color Cylindrical-coordinate representation of color #E34902: hue angle of 18.93º degrees, saturation: 0.98, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E34902 is Cyan = 0, Magento = 0.68, Yellow = 0.99 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 73 | 2 | - |
| CMYK | 0 | 0.68 | 0.99 | 0.11 |
| HSL | 18.93º | 0.98% | 0.45% | - |
| HSV(B) | 18.93º | 0.99% | 0.89% | - |
| XYZ | 34.07 | 21.1 | 2.33 | - |
| YUV | 110.95 | 66.52 | 210.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 73 | 2 | 0 | 0.68 | 0.99 | 0.11 | 18.93 | 0.98 | 0.45 |
| Hex | E3 | 49 | 2 | 0 | 44 | 63 | B | 13 | 62 | 2D |
| Octal | 343 | 111 | 2 | 0 | 104 | 143 | 13 | 23 | 142 | 55 |
| Binary | 11100011 | 1001001 | 10 | 0 | 1000100 | 1100011 | 1011 | 10011 | 1100010 | 101101 |
Color Harmonies of #E34902
Complementary color
Monochromatic Colors of #E34902
Black with #E34902
Text Example
Text Example
White with #E34902
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E34902; }
p { color: rgb(227,73,2); }
H1.HeaderClassName
{
color: #E34902;
}
.AnyTagClassName
{
color: #E34902;
}
</style>
background-color css
<style>
a { background-color: #E34902; }
a { background-color: rgb(227,73,2); }
div.DivClassName
{
background-color: #E34902;
}
.BgClassName
{
background-color: #E34902;
}
</style>
border-color css
<style>
span { border-color: #E34902; }
span { border-color: rgb(227,73,2); }
td.TdClassName
{
border-color: #E34902;
}
.TagClassName
{
border-color: #E34902;
}
</style>