Shades of Persimmon #E85F02
Tints of Persimmon #E85F02
RGB
CMYK
RGB Variations
Color information
#E85F02 (or 0xE85F02) is known color: Persimmon. HEX triplet: E8, 5F and 02. RGB value is (232,95,2). Sum of RGB (Red+Green+Blue) = 232+95+2=329 (43% of max value = 765). Red value is 232 (91.02% from 255 or 70.52% from 329); Green value is 95 (37.5% from 255 or 28.88% from 329); Blue value is 2 (1.17% from 255 or 0.61% from 329); Max value from RGB is 232 - color contains mainly: red. Hex color #E85F02 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E85F02 is #17A0FD. Grayscale: #7D7D7D. Windows color (decimal): -1548542 or 155624. OLE color: 155624.
HSL color Cylindrical-coordinate representation of color #E85F02: hue angle of 24.26º degrees, saturation: 0.98, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E85F02 is Cyan = 0, Magento = 0.59, Yellow = 0.99 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 95 | 2 | - |
| CMYK | 0 | 0.59 | 0.99 | 0.09 |
| HSL | 24.26º | 0.98% | 0.46% | - |
| HSV(B) | 24.26º | 0.99% | 0.91% | - |
| XYZ | 37.38 | 25.34 | 2.98 | - |
| YUV | 125.36 | 58.39 | 204.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 95 | 2 | 0 | 0.59 | 0.99 | 0.09 | 24.26 | 0.98 | 0.46 |
| Hex | E8 | 5F | 2 | 0 | 3B | 63 | 9 | 18 | 62 | 2E |
| Octal | 350 | 137 | 2 | 0 | 73 | 143 | 11 | 30 | 142 | 56 |
| Binary | 11101000 | 1011111 | 10 | 0 | 111011 | 1100011 | 1001 | 11000 | 1100010 | 101110 |
Color Harmonies of #E85F02
Complementary color
Monochromatic Colors of #E85F02
Black with #E85F02
Text Example
Text Example
White with #E85F02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E85F02; }
p { color: rgb(232,95,2); }
H1.HeaderClassName
{
color: #E85F02;
}
.AnyTagClassName
{
color: #E85F02;
}
</style>
background-color css
<style>
a { background-color: #E85F02; }
a { background-color: rgb(232,95,2); }
div.DivClassName
{
background-color: #E85F02;
}
.BgClassName
{
background-color: #E85F02;
}
</style>
border-color css
<style>
span { border-color: #E85F02; }
span { border-color: rgb(232,95,2); }
td.TdClassName
{
border-color: #E85F02;
}
.TagClassName
{
border-color: #E85F02;
}
</style>