Shades of Persimmon #E06302
Tints of Persimmon #E06302
RGB
CMYK
RGB Variations
Color information
#E06302 (or 0xE06302) is known color: Persimmon. HEX triplet: E0, 63 and 02. RGB value is (224,99,2). Sum of RGB (Red+Green+Blue) = 224+99+2=325 (43% of max value = 765). Red value is 224 (87.89% from 255 or 68.92% from 325); Green value is 99 (39.06% from 255 or 30.46% from 325); Blue value is 2 (1.17% from 255 or 0.62% from 325); Max value from RGB is 224 - color contains mainly: red. Hex color #E06302 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E06302 is #1F9CFD. Grayscale: #7D7D7D. Windows color (decimal): -2071806 or 156640. OLE color: 156640.
HSL color Cylindrical-coordinate representation of color #E06302: hue angle of 26.22º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E06302 is Cyan = 0, Magento = 0.56, Yellow = 0.99 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 99 | 2 | - |
| CMYK | 0 | 0.56 | 0.99 | 0.12 |
| HSL | 26.22º | 0.98% | 0.44% | - |
| HSV(B) | 26.22º | 0.99% | 0.88% | - |
| XYZ | 35.21 | 24.78 | 2.98 | - |
| YUV | 125.32 | 58.41 | 198.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 99 | 2 | 0 | 0.56 | 0.99 | 0.12 | 26.22 | 0.98 | 0.44 |
| Hex | E0 | 63 | 2 | 0 | 38 | 63 | C | 1A | 62 | 2C |
| Octal | 340 | 143 | 2 | 0 | 70 | 143 | 14 | 32 | 142 | 54 |
| Binary | 11100000 | 1100011 | 10 | 0 | 111000 | 1100011 | 1100 | 11010 | 1100010 | 101100 |
Color Harmonies of #E06302
Complementary color
Monochromatic Colors of #E06302
Black with #E06302
Text Example
Text Example
White with #E06302
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E06302; }
p { color: rgb(224,99,2); }
H1.HeaderClassName
{
color: #E06302;
}
.AnyTagClassName
{
color: #E06302;
}
</style>
background-color css
<style>
a { background-color: #E06302; }
a { background-color: rgb(224,99,2); }
div.DivClassName
{
background-color: #E06302;
}
.BgClassName
{
background-color: #E06302;
}
</style>
border-color css
<style>
span { border-color: #E06302; }
span { border-color: rgb(224,99,2); }
td.TdClassName
{
border-color: #E06302;
}
.TagClassName
{
border-color: #E06302;
}
</style>