Shades of Persimmon #E9570B
Tints of Persimmon #E9570B
RGB
CMYK
RGB Variations
Color information
#E9570B (or 0xE9570B) is known color: Persimmon. HEX triplet: E9, 57 and 0B. RGB value is (233,87,11). Sum of RGB (Red+Green+Blue) = 233+87+11=331 (43% of max value = 765). Red value is 233 (91.41% from 255 or 70.39% from 331); Green value is 87 (34.38% from 255 or 26.28% from 331); Blue value is 11 (4.69% from 255 or 3.32% from 331); Max value from RGB is 233 - color contains mainly: red. Hex color #E9570B is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E9570B is #16A8F4. Grayscale: #7A7A7A. Windows color (decimal): -1485045 or 743401. OLE color: 743401.
HSL color Cylindrical-coordinate representation of color #E9570B: hue angle of 20.54º degrees, saturation: 0.91, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E9570B is Cyan = 0, Magento = 0.63, Yellow = 0.95 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 87 | 11 | - |
| CMYK | 0 | 0.63 | 0.95 | 0.09 |
| HSL | 20.54º | 0.91% | 0.48% | - |
| HSV(B) | 20.54º | 0.95% | 0.91% | - |
| XYZ | 37.07 | 24.16 | 3.03 | - |
| YUV | 121.99 | 65.37 | 207.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 87 | 11 | 0 | 0.63 | 0.95 | 0.09 | 20.54 | 0.91 | 0.48 |
| Hex | E9 | 57 | B | 0 | 3F | 5F | 9 | 15 | 5B | 30 |
| Octal | 351 | 127 | 13 | 0 | 77 | 137 | 11 | 25 | 133 | 60 |
| Binary | 11101001 | 1010111 | 1011 | 0 | 111111 | 1011111 | 1001 | 10101 | 1011011 | 110000 |
Color Harmonies of #E9570B
Complementary color
Monochromatic Colors of #E9570B
Black with #E9570B
Text Example
Text Example
White with #E9570B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9570B; }
p { color: rgb(233,87,11); }
H1.HeaderClassName
{
color: #E9570B;
}
.AnyTagClassName
{
color: #E9570B;
}
</style>
background-color css
<style>
a { background-color: #E9570B; }
a { background-color: rgb(233,87,11); }
div.DivClassName
{
background-color: #E9570B;
}
.BgClassName
{
background-color: #E9570B;
}
</style>
border-color css
<style>
span { border-color: #E9570B; }
span { border-color: rgb(233,87,11); }
td.TdClassName
{
border-color: #E9570B;
}
.TagClassName
{
border-color: #E9570B;
}
</style>