Shades of Persimmon #E7520C
Tints of Persimmon #E7520C
RGB
CMYK
RGB Variations
Color information
#E7520C (or 0xE7520C) is known color: Persimmon. HEX triplet: E7, 52 and 0C. RGB value is (231,82,12). Sum of RGB (Red+Green+Blue) = 231+82+12=325 (43% of max value = 765). Red value is 231 (90.62% from 255 or 71.08% from 325); Green value is 82 (32.42% from 255 or 25.23% from 325); Blue value is 12 (5.08% from 255 or 3.69% from 325); Max value from RGB is 231 - color contains mainly: red. Hex color #E7520C is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E7520C is #18ADF3. Grayscale: #767676. Windows color (decimal): -1617396 or 807655. OLE color: 807655.
HSL color Cylindrical-coordinate representation of color #E7520C: hue angle of 19.18º degrees, saturation: 0.9, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E7520C is Cyan = 0, Magento = 0.65, Yellow = 0.95 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 82 | 12 | - |
| CMYK | 0 | 0.65 | 0.95 | 0.09 |
| HSL | 19.18º | 0.9% | 0.48% | - |
| HSV(B) | 19.18º | 0.95% | 0.91% | - |
| XYZ | 36.04 | 23.05 | 2.9 | - |
| YUV | 118.57 | 67.86 | 208.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 82 | 12 | 0 | 0.65 | 0.95 | 0.09 | 19.18 | 0.9 | 0.48 |
| Hex | E7 | 52 | C | 0 | 41 | 5F | 9 | 13 | 5A | 30 |
| Octal | 347 | 122 | 14 | 0 | 101 | 137 | 11 | 23 | 132 | 60 |
| Binary | 11100111 | 1010010 | 1100 | 0 | 1000001 | 1011111 | 1001 | 10011 | 1011010 | 110000 |
Color Harmonies of #E7520C
Complementary color
Monochromatic Colors of #E7520C
Black with #E7520C
Text Example
Text Example
White with #E7520C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7520C; }
p { color: rgb(231,82,12); }
H1.HeaderClassName
{
color: #E7520C;
}
.AnyTagClassName
{
color: #E7520C;
}
</style>
background-color css
<style>
a { background-color: #E7520C; }
a { background-color: rgb(231,82,12); }
div.DivClassName
{
background-color: #E7520C;
}
.BgClassName
{
background-color: #E7520C;
}
</style>
border-color css
<style>
span { border-color: #E7520C; }
span { border-color: rgb(231,82,12); }
td.TdClassName
{
border-color: #E7520C;
}
.TagClassName
{
border-color: #E7520C;
}
</style>