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