Shades of Persimmon #E8520F
Tints of Persimmon #E8520F
RGB
CMYK
RGB Variations
Color information
#E8520F (or 0xE8520F) is known color: Persimmon. HEX triplet: E8, 52 and 0F. RGB value is (232,82,15). Sum of RGB (Red+Green+Blue) = 232+82+15=329 (43% of max value = 765). Red value is 232 (91.02% from 255 or 70.52% from 329); Green value is 82 (32.42% from 255 or 24.92% from 329); Blue value is 15 (6.25% from 255 or 4.56% from 329); Max value from RGB is 232 - color contains mainly: red. Hex color #E8520F is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E8520F is #17ADF0. Grayscale: #777777. Windows color (decimal): -1551857 or 1004264. OLE color: 1004264.
HSL color Cylindrical-coordinate representation of color #E8520F: hue angle of 18.53º degrees, saturation: 0.88, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E8520F is Cyan = 0, Magento = 0.65, Yellow = 0.94 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 82 | 15 | - |
| CMYK | 0 | 0.65 | 0.94 | 0.09 |
| HSL | 18.53º | 0.88% | 0.48% | - |
| HSV(B) | 18.53º | 0.94% | 0.91% | - |
| XYZ | 36.38 | 23.22 | 3.02 | - |
| YUV | 119.21 | 69.2 | 208.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 82 | 15 | 0 | 0.65 | 0.94 | 0.09 | 18.53 | 0.88 | 0.48 |
| Hex | E8 | 52 | F | 0 | 41 | 5E | 9 | 13 | 58 | 30 |
| Octal | 350 | 122 | 17 | 0 | 101 | 136 | 11 | 23 | 130 | 60 |
| Binary | 11101000 | 1010010 | 1111 | 0 | 1000001 | 1011110 | 1001 | 10011 | 1011000 | 110000 |
Color Harmonies of #E8520F
Complementary color
Monochromatic Colors of #E8520F
Black with #E8520F
Text Example
Text Example
White with #E8520F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8520F; }
p { color: rgb(232,82,15); }
H1.HeaderClassName
{
color: #E8520F;
}
.AnyTagClassName
{
color: #E8520F;
}
</style>
background-color css
<style>
a { background-color: #E8520F; }
a { background-color: rgb(232,82,15); }
div.DivClassName
{
background-color: #E8520F;
}
.BgClassName
{
background-color: #E8520F;
}
</style>
border-color css
<style>
span { border-color: #E8520F; }
span { border-color: rgb(232,82,15); }
td.TdClassName
{
border-color: #E8520F;
}
.TagClassName
{
border-color: #E8520F;
}
</style>