Shades of Persimmon #E56301
Tints of Persimmon #E56301
RGB
CMYK
RGB Variations
Color information
#E56301 (or 0xE56301) is known color: Persimmon. HEX triplet: E5, 63 and 01. RGB value is (229,99,1). Sum of RGB (Red+Green+Blue) = 229+99+1=329 (43% of max value = 765). Red value is 229 (89.84% from 255 or 69.60% from 329); Green value is 99 (39.06% from 255 or 30.09% from 329); Blue value is 1 (0.78% from 255 or 0.30% from 329); Max value from RGB is 229 - color contains mainly: red. Hex color #E56301 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E56301 is #1A9CFE. Grayscale: #7F7F7F. Windows color (decimal): -1744127 or 91109. OLE color: 91109.
HSL color Cylindrical-coordinate representation of color #E56301: hue angle of 25.79º degrees, saturation: 0.99, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E56301 is Cyan = 0, Magento = 0.57, Yellow = 1.00 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 99 | 1 | - |
| CMYK | 0 | 0.57 | 1.00 | 0.10 |
| HSL | 25.79º | 0.99% | 0.45% | - |
| HSV(B) | 25.79º | 1% | 0.9% | - |
| XYZ | 36.78 | 25.58 | 3.03 | - |
| YUV | 126.7 | 57.07 | 200.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 99 | 1 | 0 | 0.57 | 1.00 | 0.10 | 25.79 | 0.99 | 0.45 |
| Hex | E5 | 63 | 1 | 0 | 39 | 64 | A | 1A | 63 | 2D |
| Octal | 345 | 143 | 1 | 0 | 71 | 144 | 12 | 32 | 143 | 55 |
| Binary | 11100101 | 1100011 | 1 | 0 | 111001 | 1100100 | 1010 | 11010 | 1100011 | 101101 |
Color Harmonies of #E56301
Complementary color
Monochromatic Colors of #E56301
Black with #E56301
Text Example
Text Example
White with #E56301
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E56301; }
p { color: rgb(229,99,1); }
H1.HeaderClassName
{
color: #E56301;
}
.AnyTagClassName
{
color: #E56301;
}
</style>
background-color css
<style>
a { background-color: #E56301; }
a { background-color: rgb(229,99,1); }
div.DivClassName
{
background-color: #E56301;
}
.BgClassName
{
background-color: #E56301;
}
</style>
border-color css
<style>
span { border-color: #E56301; }
span { border-color: rgb(229,99,1); }
td.TdClassName
{
border-color: #E56301;
}
.TagClassName
{
border-color: #E56301;
}
</style>