Shades of Persimmon #E56302
Tints of Persimmon #E56302
RGB
CMYK
RGB Variations
Color information
#E56302 (or 0xE56302) is known color: Persimmon. HEX triplet: E5, 63 and 02. RGB value is (229,99,2). Sum of RGB (Red+Green+Blue) = 229+99+2=330 (43% of max value = 765). Red value is 229 (89.84% from 255 or 69.39% from 330); Green value is 99 (39.06% from 255 or 30% from 330); Blue value is 2 (1.17% from 255 or 0.61% from 330); Max value from RGB is 229 - color contains mainly: red. Hex color #E56302 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E56302 is #1A9CFD. Grayscale: #7F7F7F. Windows color (decimal): -1744126 or 156645. OLE color: 156645.
HSL color Cylindrical-coordinate representation of color #E56302: hue angle of 25.64º degrees, saturation: 0.98, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E56302 is Cyan = 0, Magento = 0.57, Yellow = 0.99 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 99 | 2 | - |
| CMYK | 0 | 0.57 | 0.99 | 0.10 |
| HSL | 25.64º | 0.98% | 0.45% | - |
| HSV(B) | 25.64º | 0.99% | 0.9% | - |
| XYZ | 36.79 | 25.59 | 3.06 | - |
| YUV | 126.81 | 57.57 | 200.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 99 | 2 | 0 | 0.57 | 0.99 | 0.10 | 25.64 | 0.98 | 0.45 |
| Hex | E5 | 63 | 2 | 0 | 39 | 63 | A | 1A | 62 | 2D |
| Octal | 345 | 143 | 2 | 0 | 71 | 143 | 12 | 32 | 142 | 55 |
| Binary | 11100101 | 1100011 | 10 | 0 | 111001 | 1100011 | 1010 | 11010 | 1100010 | 101101 |
Color Harmonies of #E56302
Complementary color
Monochromatic Colors of #E56302
Black with #E56302
Text Example
Text Example
White with #E56302
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E56302; }
p { color: rgb(229,99,2); }
H1.HeaderClassName
{
color: #E56302;
}
.AnyTagClassName
{
color: #E56302;
}
</style>
background-color css
<style>
a { background-color: #E56302; }
a { background-color: rgb(229,99,2); }
div.DivClassName
{
background-color: #E56302;
}
.BgClassName
{
background-color: #E56302;
}
</style>
border-color css
<style>
span { border-color: #E56302; }
span { border-color: rgb(229,99,2); }
td.TdClassName
{
border-color: #E56302;
}
.TagClassName
{
border-color: #E56302;
}
</style>