Shades of Persimmon #E6520B
Tints of Persimmon #E6520B
RGB
CMYK
RGB Variations
Color information
#E6520B (or 0xE6520B) is known color: Persimmon. HEX triplet: E6, 52 and 0B. RGB value is (230,82,11). Sum of RGB (Red+Green+Blue) = 230+82+11=323 (42% of max value = 765). Red value is 230 (90.23% from 255 or 71.21% from 323); Green value is 82 (32.42% from 255 or 25.39% from 323); Blue value is 11 (4.69% from 255 or 3.41% from 323); Max value from RGB is 230 - color contains mainly: red. Hex color #E6520B is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E6520B is #19ADF4. Grayscale: #767676. Windows color (decimal): -1682933 or 742118. OLE color: 742118.
HSL color Cylindrical-coordinate representation of color #E6520B: hue angle of 19.45º degrees, saturation: 0.91, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E6520B is Cyan = 0, Magento = 0.64, Yellow = 0.95 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 82 | 11 | - |
| CMYK | 0 | 0.64 | 0.95 | 0.10 |
| HSL | 19.45º | 0.91% | 0.47% | - |
| HSV(B) | 19.45º | 0.95% | 0.9% | - |
| XYZ | 35.71 | 22.88 | 2.85 | - |
| YUV | 118.16 | 67.53 | 207.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 82 | 11 | 0 | 0.64 | 0.95 | 0.10 | 19.45 | 0.91 | 0.47 |
| Hex | E6 | 52 | B | 0 | 40 | 5F | A | 13 | 5B | 2F |
| Octal | 346 | 122 | 13 | 0 | 100 | 137 | 12 | 23 | 133 | 57 |
| Binary | 11100110 | 1010010 | 1011 | 0 | 1000000 | 1011111 | 1010 | 10011 | 1011011 | 101111 |
Color Harmonies of #E6520B
Complementary color
Monochromatic Colors of #E6520B
Black with #E6520B
Text Example
Text Example
White with #E6520B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6520B; }
p { color: rgb(230,82,11); }
H1.HeaderClassName
{
color: #E6520B;
}
.AnyTagClassName
{
color: #E6520B;
}
</style>
background-color css
<style>
a { background-color: #E6520B; }
a { background-color: rgb(230,82,11); }
div.DivClassName
{
background-color: #E6520B;
}
.BgClassName
{
background-color: #E6520B;
}
</style>
border-color css
<style>
span { border-color: #E6520B; }
span { border-color: rgb(230,82,11); }
td.TdClassName
{
border-color: #E6520B;
}
.TagClassName
{
border-color: #E6520B;
}
</style>