Shades of Persimmon #E7570B
Tints of Persimmon #E7570B
RGB
CMYK
RGB Variations
Color information
#E7570B (or 0xE7570B) is known color: Persimmon. HEX triplet: E7, 57 and 0B. RGB value is (231,87,11). Sum of RGB (Red+Green+Blue) = 231+87+11=329 (43% of max value = 765). Red value is 231 (90.62% from 255 or 70.21% from 329); Green value is 87 (34.38% from 255 or 26.44% from 329); Blue value is 11 (4.69% from 255 or 3.34% from 329); Max value from RGB is 231 - color contains mainly: red. Hex color #E7570B is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E7570B is #18A8F4. Grayscale: #797979. Windows color (decimal): -1616117 or 743399. OLE color: 743399.
HSL color Cylindrical-coordinate representation of color #E7570B: hue angle of 20.73º 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 #E7570B is Cyan = 0, Magento = 0.62, Yellow = 0.95 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 87 | 11 | - |
| CMYK | 0 | 0.62 | 0.95 | 0.09 |
| HSL | 20.73º | 0.91% | 0.47% | - |
| HSV(B) | 20.73º | 0.95% | 0.91% | - |
| XYZ | 36.42 | 23.83 | 3 | - |
| YUV | 121.39 | 65.71 | 206.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 87 | 11 | 0 | 0.62 | 0.95 | 0.09 | 20.73 | 0.91 | 0.47 |
| Hex | E7 | 57 | B | 0 | 3E | 5F | 9 | 15 | 5B | 2F |
| Octal | 347 | 127 | 13 | 0 | 76 | 137 | 11 | 25 | 133 | 57 |
| Binary | 11100111 | 1010111 | 1011 | 0 | 111110 | 1011111 | 1001 | 10101 | 1011011 | 101111 |
Color Harmonies of #E7570B
Complementary color
Monochromatic Colors of #E7570B
Black with #E7570B
Text Example
Text Example
White with #E7570B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7570B; }
p { color: rgb(231,87,11); }
H1.HeaderClassName
{
color: #E7570B;
}
.AnyTagClassName
{
color: #E7570B;
}
</style>
background-color css
<style>
a { background-color: #E7570B; }
a { background-color: rgb(231,87,11); }
div.DivClassName
{
background-color: #E7570B;
}
.BgClassName
{
background-color: #E7570B;
}
</style>
border-color css
<style>
span { border-color: #E7570B; }
span { border-color: rgb(231,87,11); }
td.TdClassName
{
border-color: #E7570B;
}
.TagClassName
{
border-color: #E7570B;
}
</style>