Shades of Persimmon #E24702
Tints of Persimmon #E24702
RGB
CMYK
RGB Variations
Color information
#E24702 (or 0xE24702) is known color: Persimmon. HEX triplet: E2, 47 and 02. RGB value is (226,71,2). Sum of RGB (Red+Green+Blue) = 226+71+2=299 (39% of max value = 765). Red value is 226 (88.67% from 255 or 75.59% from 299); Green value is 71 (28.12% from 255 or 23.75% from 299); Blue value is 2 (1.17% from 255 or 0.67% from 299); Max value from RGB is 226 - color contains mainly: red. Hex color #E24702 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E24702 is #1DB8FD. Grayscale: #6D6D6D. Windows color (decimal): -1947902 or 149474. OLE color: 149474.
HSL color Cylindrical-coordinate representation of color #E24702: hue angle of 18.48º 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 #E24702 is Cyan = 0, Magento = 0.69, Yellow = 0.99 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 71 | 2 | - |
| CMYK | 0 | 0.69 | 0.99 | 0.11 |
| HSL | 18.48º | 0.98% | 0.45% | - |
| HSV(B) | 18.48º | 0.99% | 0.89% | - |
| XYZ | 33.63 | 20.68 | 2.28 | - |
| YUV | 109.48 | 67.35 | 211.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 71 | 2 | 0 | 0.69 | 0.99 | 0.11 | 18.48 | 0.98 | 0.45 |
| Hex | E2 | 47 | 2 | 0 | 45 | 63 | B | 12 | 62 | 2D |
| Octal | 342 | 107 | 2 | 0 | 105 | 143 | 13 | 22 | 142 | 55 |
| Binary | 11100010 | 1000111 | 10 | 0 | 1000101 | 1100011 | 1011 | 10010 | 1100010 | 101101 |
Color Harmonies of #E24702
Complementary color
Monochromatic Colors of #E24702
Black with #E24702
Text Example
Text Example
White with #E24702
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E24702; }
p { color: rgb(226,71,2); }
H1.HeaderClassName
{
color: #E24702;
}
.AnyTagClassName
{
color: #E24702;
}
</style>
background-color css
<style>
a { background-color: #E24702; }
a { background-color: rgb(226,71,2); }
div.DivClassName
{
background-color: #E24702;
}
.BgClassName
{
background-color: #E24702;
}
</style>
border-color css
<style>
span { border-color: #E24702; }
span { border-color: rgb(226,71,2); }
td.TdClassName
{
border-color: #E24702;
}
.TagClassName
{
border-color: #E24702;
}
</style>