Shades of Persimmon #E05F02
Tints of Persimmon #E05F02
RGB
CMYK
RGB Variations
Color information
#E05F02 (or 0xE05F02) is known color: Persimmon. HEX triplet: E0, 5F and 02. RGB value is (224,95,2). Sum of RGB (Red+Green+Blue) = 224+95+2=321 (42% of max value = 765). Red value is 224 (87.89% from 255 or 69.78% from 321); Green value is 95 (37.5% from 255 or 29.60% from 321); Blue value is 2 (1.17% from 255 or 0.62% from 321); Max value from RGB is 224 - color contains mainly: red. Hex color #E05F02 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E05F02 is #1FA0FD. Grayscale: #7B7B7B. Windows color (decimal): -2072830 or 155616. OLE color: 155616.
HSL color Cylindrical-coordinate representation of color #E05F02: hue angle of 25.14º 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 #E05F02 is Cyan = 0, Magento = 0.58, Yellow = 0.99 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 95 | 2 | - |
| CMYK | 0 | 0.58 | 0.99 | 0.12 |
| HSL | 25.14º | 0.98% | 0.44% | - |
| HSV(B) | 25.14º | 0.99% | 0.88% | - |
| XYZ | 34.84 | 24.04 | 2.86 | - |
| YUV | 122.97 | 59.74 | 200.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 95 | 2 | 0 | 0.58 | 0.99 | 0.12 | 25.14 | 0.98 | 0.44 |
| Hex | E0 | 5F | 2 | 0 | 3A | 63 | C | 19 | 62 | 2C |
| Octal | 340 | 137 | 2 | 0 | 72 | 143 | 14 | 31 | 142 | 54 |
| Binary | 11100000 | 1011111 | 10 | 0 | 111010 | 1100011 | 1100 | 11001 | 1100010 | 101100 |
Color Harmonies of #E05F02
Complementary color
Monochromatic Colors of #E05F02
Black with #E05F02
Text Example
Text Example
White with #E05F02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E05F02; }
p { color: rgb(224,95,2); }
H1.HeaderClassName
{
color: #E05F02;
}
.AnyTagClassName
{
color: #E05F02;
}
</style>
background-color css
<style>
a { background-color: #E05F02; }
a { background-color: rgb(224,95,2); }
div.DivClassName
{
background-color: #E05F02;
}
.BgClassName
{
background-color: #E05F02;
}
</style>
border-color css
<style>
span { border-color: #E05F02; }
span { border-color: rgb(224,95,2); }
td.TdClassName
{
border-color: #E05F02;
}
.TagClassName
{
border-color: #E05F02;
}
</style>