Shades of Persimmon #E6570D
Tints of Persimmon #E6570D
RGB
CMYK
RGB Variations
Color information
#E6570D (or 0xE6570D) is known color: Persimmon. HEX triplet: E6, 57 and 0D. RGB value is (230,87,13). Sum of RGB (Red+Green+Blue) = 230+87+13=330 (43% of max value = 765). Red value is 230 (90.23% from 255 or 69.70% from 330); Green value is 87 (34.38% from 255 or 26.36% from 330); Blue value is 13 (5.47% from 255 or 3.94% from 330); Max value from RGB is 230 - color contains mainly: red. Hex color #E6570D is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E6570D is #19A8F2. Grayscale: #797979. Windows color (decimal): -1681651 or 874470. OLE color: 874470.
HSL color Cylindrical-coordinate representation of color #E6570D: hue angle of 20.46º degrees, saturation: 0.89, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E6570D is Cyan = 0, Magento = 0.62, Yellow = 0.94 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 87 | 13 | - |
| CMYK | 0 | 0.62 | 0.94 | 0.10 |
| HSL | 20.46º | 0.89% | 0.48% | - |
| HSV(B) | 20.46º | 0.94% | 0.9% | - |
| XYZ | 36.11 | 23.67 | 3.05 | - |
| YUV | 121.32 | 66.88 | 205.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 87 | 13 | 0 | 0.62 | 0.94 | 0.10 | 20.46 | 0.89 | 0.48 |
| Hex | E6 | 57 | D | 0 | 3E | 5E | A | 14 | 59 | 30 |
| Octal | 346 | 127 | 15 | 0 | 76 | 136 | 12 | 24 | 131 | 60 |
| Binary | 11100110 | 1010111 | 1101 | 0 | 111110 | 1011110 | 1010 | 10100 | 1011001 | 110000 |
Color Harmonies of #E6570D
Complementary color
Monochromatic Colors of #E6570D
Black with #E6570D
Text Example
Text Example
White with #E6570D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6570D; }
p { color: rgb(230,87,13); }
H1.HeaderClassName
{
color: #E6570D;
}
.AnyTagClassName
{
color: #E6570D;
}
</style>
background-color css
<style>
a { background-color: #E6570D; }
a { background-color: rgb(230,87,13); }
div.DivClassName
{
background-color: #E6570D;
}
.BgClassName
{
background-color: #E6570D;
}
</style>
border-color css
<style>
span { border-color: #E6570D; }
span { border-color: rgb(230,87,13); }
td.TdClassName
{
border-color: #E6570D;
}
.TagClassName
{
border-color: #E6570D;
}
</style>