Shades of Persimmon #E6570B
Tints of Persimmon #E6570B
RGB
CMYK
RGB Variations
Color information
#E6570B (or 0xE6570B) is known color: Persimmon. HEX triplet: E6, 57 and 0B. RGB value is (230,87,11). Sum of RGB (Red+Green+Blue) = 230+87+11=328 (43% of max value = 765). Red value is 230 (90.23% from 255 or 70.12% from 328); Green value is 87 (34.38% from 255 or 26.52% from 328); Blue value is 11 (4.69% from 255 or 3.35% from 328); Max value from RGB is 230 - color contains mainly: red. Hex color #E6570B is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E6570B is #19A8F4. Grayscale: #797979. Windows color (decimal): -1681653 or 743398. OLE color: 743398.
HSL color Cylindrical-coordinate representation of color #E6570B: hue angle of 20.82º 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 #E6570B is Cyan = 0, Magento = 0.62, Yellow = 0.95 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 87 | 11 | - |
| CMYK | 0 | 0.62 | 0.95 | 0.10 |
| HSL | 20.82º | 0.91% | 0.47% | - |
| HSV(B) | 20.82º | 0.95% | 0.9% | - |
| XYZ | 36.1 | 23.66 | 2.98 | - |
| YUV | 121.09 | 65.88 | 205.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 87 | 11 | 0 | 0.62 | 0.95 | 0.10 | 20.82 | 0.91 | 0.47 |
| Hex | E6 | 57 | B | 0 | 3E | 5F | A | 15 | 5B | 2F |
| Octal | 346 | 127 | 13 | 0 | 76 | 137 | 12 | 25 | 133 | 57 |
| Binary | 11100110 | 1010111 | 1011 | 0 | 111110 | 1011111 | 1010 | 10101 | 1011011 | 101111 |
Color Harmonies of #E6570B
Complementary color
Monochromatic Colors of #E6570B
Black with #E6570B
Text Example
Text Example
White with #E6570B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6570B; }
p { color: rgb(230,87,11); }
H1.HeaderClassName
{
color: #E6570B;
}
.AnyTagClassName
{
color: #E6570B;
}
</style>
background-color css
<style>
a { background-color: #E6570B; }
a { background-color: rgb(230,87,11); }
div.DivClassName
{
background-color: #E6570B;
}
.BgClassName
{
background-color: #E6570B;
}
</style>
border-color css
<style>
span { border-color: #E6570B; }
span { border-color: rgb(230,87,11); }
td.TdClassName
{
border-color: #E6570B;
}
.TagClassName
{
border-color: #E6570B;
}
</style>