Shades of Persimmon #E9531B
Tints of Persimmon #E9531B
RGB
CMYK
RGB Variations
Color information
#E9531B (or 0xE9531B) is known color: Persimmon. HEX triplet: E9, 53 and 1B. RGB value is (233,83,27). Sum of RGB (Red+Green+Blue) = 233+83+27=343 (45% of max value = 765). Red value is 233 (91.41% from 255 or 67.93% from 343); Green value is 83 (32.81% from 255 or 24.20% from 343); Blue value is 27 (10.94% from 255 or 7.87% from 343); Max value from RGB is 233 - color contains mainly: red. Hex color #E9531B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E9531B is #16ACE4. Grayscale: #797979. Windows color (decimal): -1486053 or 1790953. OLE color: 1790953.
HSL color Cylindrical-coordinate representation of color #E9531B: hue angle of 16.31º 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 #E9531B is Cyan = 0, Magento = 0.64, Yellow = 0.88 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 83 | 27 | - |
| CMYK | 0 | 0.64 | 0.88 | 0.09 |
| HSL | 16.31º | 0.82% | 0.51% | - |
| HSV(B) | 16.31º | 0.88% | 0.91% | - |
| XYZ | 36.9 | 23.59 | 3.65 | - |
| YUV | 121.47 | 74.7 | 207.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 83 | 27 | 0 | 0.64 | 0.88 | 0.09 | 16.31 | 0.82 | 0.51 |
| Hex | E9 | 53 | 1B | 0 | 40 | 58 | 9 | 10 | 52 | 33 |
| Octal | 351 | 123 | 33 | 0 | 100 | 130 | 11 | 20 | 122 | 63 |
| Binary | 11101001 | 1010011 | 11011 | 0 | 1000000 | 1011000 | 1001 | 10000 | 1010010 | 110011 |
Color Harmonies of #E9531B
Complementary color
Monochromatic Colors of #E9531B
Black with #E9531B
Text Example
Text Example
White with #E9531B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9531B; }
p { color: rgb(233,83,27); }
H1.HeaderClassName
{
color: #E9531B;
}
.AnyTagClassName
{
color: #E9531B;
}
</style>
background-color css
<style>
a { background-color: #E9531B; }
a { background-color: rgb(233,83,27); }
div.DivClassName
{
background-color: #E9531B;
}
.BgClassName
{
background-color: #E9531B;
}
</style>
border-color css
<style>
span { border-color: #E9531B; }
span { border-color: rgb(233,83,27); }
td.TdClassName
{
border-color: #E9531B;
}
.TagClassName
{
border-color: #E9531B;
}
</style>