Shades of Persimmon #E34702
Tints of Persimmon #E34702
RGB
CMYK
RGB Variations
Color information
#E34702 (or 0xE34702) is known color: Persimmon. HEX triplet: E3, 47 and 02. RGB value is (227,71,2). Sum of RGB (Red+Green+Blue) = 227+71+2=300 (39% of max value = 765). Red value is 227 (89.06% from 255 or 75.67% from 300); Green value is 71 (28.12% from 255 or 23.67% from 300); Blue value is 2 (1.17% from 255 or 0.67% from 300); Max value from RGB is 227 - color contains mainly: red. Hex color #E34702 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E34702 is #1CB8FD. Grayscale: #6E6E6E. Windows color (decimal): -1882366 or 149475. OLE color: 149475.
HSL color Cylindrical-coordinate representation of color #E34702: hue angle of 18.4º 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 #E34702 is Cyan = 0, Magento = 0.69, Yellow = 0.99 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 71 | 2 | - |
| CMYK | 0 | 0.69 | 0.99 | 0.11 |
| HSL | 18.4º | 0.98% | 0.45% | - |
| HSV(B) | 18.4º | 0.99% | 0.89% | - |
| XYZ | 33.94 | 20.84 | 2.29 | - |
| YUV | 109.78 | 67.18 | 211.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 71 | 2 | 0 | 0.69 | 0.99 | 0.11 | 18.4 | 0.98 | 0.45 |
| Hex | E3 | 47 | 2 | 0 | 45 | 63 | B | 12 | 62 | 2D |
| Octal | 343 | 107 | 2 | 0 | 105 | 143 | 13 | 22 | 142 | 55 |
| Binary | 11100011 | 1000111 | 10 | 0 | 1000101 | 1100011 | 1011 | 10010 | 1100010 | 101101 |
Color Harmonies of #E34702
Complementary color
Monochromatic Colors of #E34702
Black with #E34702
Text Example
Text Example
White with #E34702
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E34702; }
p { color: rgb(227,71,2); }
H1.HeaderClassName
{
color: #E34702;
}
.AnyTagClassName
{
color: #E34702;
}
</style>
background-color css
<style>
a { background-color: #E34702; }
a { background-color: rgb(227,71,2); }
div.DivClassName
{
background-color: #E34702;
}
.BgClassName
{
background-color: #E34702;
}
</style>
border-color css
<style>
span { border-color: #E34702; }
span { border-color: rgb(227,71,2); }
td.TdClassName
{
border-color: #E34702;
}
.TagClassName
{
border-color: #E34702;
}
</style>