Shades of Persimmon #E9571D
Tints of Persimmon #E9571D
RGB
CMYK
RGB Variations
Color information
#E9571D (or 0xE9571D) is known color: Persimmon. HEX triplet: E9, 57 and 1D. RGB value is (233,87,29). Sum of RGB (Red+Green+Blue) = 233+87+29=349 (46% of max value = 765). Red value is 233 (91.41% from 255 or 66.76% from 349); Green value is 87 (34.38% from 255 or 24.93% from 349); Blue value is 29 (11.72% from 255 or 8.31% from 349); Max value from RGB is 233 - color contains mainly: red. Hex color #E9571D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E9571D is #16A8E2. Grayscale: #7C7C7C. Windows color (decimal): -1485027 or 1923049. OLE color: 1923049.
HSL color Cylindrical-coordinate representation of color #E9571D: hue angle of 17.06º degrees, saturation: 0.82, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E9571D is Cyan = 0, Magento = 0.63, Yellow = 0.88 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 87 | 29 | - |
| CMYK | 0 | 0.63 | 0.88 | 0.09 |
| HSL | 17.06º | 0.82% | 0.51% | - |
| HSV(B) | 17.06º | 0.88% | 0.91% | - |
| XYZ | 37.23 | 24.23 | 3.88 | - |
| YUV | 124.04 | 74.37 | 205.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 87 | 29 | 0 | 0.63 | 0.88 | 0.09 | 17.06 | 0.82 | 0.51 |
| Hex | E9 | 57 | 1D | 0 | 3F | 58 | 9 | 11 | 52 | 33 |
| Octal | 351 | 127 | 35 | 0 | 77 | 130 | 11 | 21 | 122 | 63 |
| Binary | 11101001 | 1010111 | 11101 | 0 | 111111 | 1011000 | 1001 | 10001 | 1010010 | 110011 |
Color Harmonies of #E9571D
Complementary color
Monochromatic Colors of #E9571D
Black with #E9571D
Text Example
Text Example
White with #E9571D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9571D; }
p { color: rgb(233,87,29); }
H1.HeaderClassName
{
color: #E9571D;
}
.AnyTagClassName
{
color: #E9571D;
}
</style>
background-color css
<style>
a { background-color: #E9571D; }
a { background-color: rgb(233,87,29); }
div.DivClassName
{
background-color: #E9571D;
}
.BgClassName
{
background-color: #E9571D;
}
</style>
border-color css
<style>
span { border-color: #E9571D; }
span { border-color: rgb(233,87,29); }
td.TdClassName
{
border-color: #E9571D;
}
.TagClassName
{
border-color: #E9571D;
}
</style>