Shades of Persimmon #E7520B
Tints of Persimmon #E7520B
RGB
CMYK
RGB Variations
Color information
#E7520B (or 0xE7520B) is known color: Persimmon. HEX triplet: E7, 52 and 0B. RGB value is (231,82,11). Sum of RGB (Red+Green+Blue) = 231+82+11=324 (42% of max value = 765). Red value is 231 (90.62% from 255 or 71.30% from 324); Green value is 82 (32.42% from 255 or 25.31% from 324); Blue value is 11 (4.69% from 255 or 3.40% from 324); Max value from RGB is 231 - color contains mainly: red. Hex color #E7520B is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E7520B is #18ADF4. Grayscale: #767676. Windows color (decimal): -1617397 or 742119. OLE color: 742119.
HSL color Cylindrical-coordinate representation of color #E7520B: hue angle of 19.36º degrees, saturation: 0.91, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E7520B is Cyan = 0, Magento = 0.65, Yellow = 0.95 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 82 | 11 | - |
| CMYK | 0 | 0.65 | 0.95 | 0.09 |
| HSL | 19.36º | 0.91% | 0.47% | - |
| HSV(B) | 19.36º | 0.95% | 0.91% | - |
| XYZ | 36.03 | 23.05 | 2.87 | - |
| YUV | 118.46 | 67.36 | 208.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 82 | 11 | 0 | 0.65 | 0.95 | 0.09 | 19.36 | 0.91 | 0.47 |
| Hex | E7 | 52 | B | 0 | 41 | 5F | 9 | 13 | 5B | 2F |
| Octal | 347 | 122 | 13 | 0 | 101 | 137 | 11 | 23 | 133 | 57 |
| Binary | 11100111 | 1010010 | 1011 | 0 | 1000001 | 1011111 | 1001 | 10011 | 1011011 | 101111 |
Color Harmonies of #E7520B
Complementary color
Monochromatic Colors of #E7520B
Black with #E7520B
Text Example
Text Example
White with #E7520B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7520B; }
p { color: rgb(231,82,11); }
H1.HeaderClassName
{
color: #E7520B;
}
.AnyTagClassName
{
color: #E7520B;
}
</style>
background-color css
<style>
a { background-color: #E7520B; }
a { background-color: rgb(231,82,11); }
div.DivClassName
{
background-color: #E7520B;
}
.BgClassName
{
background-color: #E7520B;
}
</style>
border-color css
<style>
span { border-color: #E7520B; }
span { border-color: rgb(231,82,11); }
td.TdClassName
{
border-color: #E7520B;
}
.TagClassName
{
border-color: #E7520B;
}
</style>