Shades of Persimmon #E45202
Tints of Persimmon #E45202
RGB
CMYK
RGB Variations
Color information
#E45202 (or 0xE45202) is known color: Persimmon. HEX triplet: E4, 52 and 02. RGB value is (228,82,2). Sum of RGB (Red+Green+Blue) = 228+82+2=312 (41% of max value = 765). Red value is 228 (89.45% from 255 or 73.08% from 312); Green value is 82 (32.42% from 255 or 26.28% from 312); Blue value is 2 (1.17% from 255 or 0.64% from 312); Max value from RGB is 228 - color contains mainly: red. Hex color #E45202 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E45202 is #1BADFD. Grayscale: #747474. Windows color (decimal): -1814014 or 152292. OLE color: 152292.
HSL color Cylindrical-coordinate representation of color #E45202: hue angle of 21.24º 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 #E45202 is Cyan = 0, Magento = 0.64, Yellow = 0.99 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 82 | 2 | - |
| CMYK | 0 | 0.64 | 0.99 | 0.11 |
| HSL | 21.24º | 0.98% | 0.45% | - |
| HSV(B) | 21.24º | 0.99% | 0.89% | - |
| XYZ | 35.02 | 22.53 | 2.56 | - |
| YUV | 116.53 | 63.37 | 207.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 82 | 2 | 0 | 0.64 | 0.99 | 0.11 | 21.24 | 0.98 | 0.45 |
| Hex | E4 | 52 | 2 | 0 | 40 | 63 | B | 15 | 62 | 2D |
| Octal | 344 | 122 | 2 | 0 | 100 | 143 | 13 | 25 | 142 | 55 |
| Binary | 11100100 | 1010010 | 10 | 0 | 1000000 | 1100011 | 1011 | 10101 | 1100010 | 101101 |
Color Harmonies of #E45202
Complementary color
Monochromatic Colors of #E45202
Black with #E45202
Text Example
Text Example
White with #E45202
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E45202; }
p { color: rgb(228,82,2); }
H1.HeaderClassName
{
color: #E45202;
}
.AnyTagClassName
{
color: #E45202;
}
</style>
background-color css
<style>
a { background-color: #E45202; }
a { background-color: rgb(228,82,2); }
div.DivClassName
{
background-color: #E45202;
}
.BgClassName
{
background-color: #E45202;
}
</style>
border-color css
<style>
span { border-color: #E45202; }
span { border-color: rgb(228,82,2); }
td.TdClassName
{
border-color: #E45202;
}
.TagClassName
{
border-color: #E45202;
}
</style>