Shades of Persimmon #E9521C
Tints of Persimmon #E9521C
RGB
CMYK
RGB Variations
Color information
#E9521C (or 0xE9521C) is known color: Persimmon. HEX triplet: E9, 52 and 1C. RGB value is (233,82,28). Sum of RGB (Red+Green+Blue) = 233+82+28=343 (45% of max value = 765). Red value is 233 (91.41% from 255 or 67.93% from 343); Green value is 82 (32.42% from 255 or 23.91% from 343); Blue value is 28 (11.33% from 255 or 8.16% from 343); Max value from RGB is 233 - color contains mainly: red. Hex color #E9521C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E9521C is #16ADE3. Grayscale: #797979. Windows color (decimal): -1486308 or 1856233. OLE color: 1856233.
HSL color Cylindrical-coordinate representation of color #E9521C: hue angle of 15.8º 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 #E9521C is Cyan = 0, Magento = 0.65, Yellow = 0.88 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 82 | 28 | - |
| CMYK | 0 | 0.65 | 0.88 | 0.09 |
| HSL | 15.8º | 0.82% | 0.51% | - |
| HSV(B) | 15.8º | 0.88% | 0.91% | - |
| XYZ | 36.83 | 23.44 | 3.68 | - |
| YUV | 120.99 | 75.53 | 207.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 82 | 28 | 0 | 0.65 | 0.88 | 0.09 | 15.8 | 0.82 | 0.51 |
| Hex | E9 | 52 | 1C | 0 | 41 | 58 | 9 | 10 | 52 | 33 |
| Octal | 351 | 122 | 34 | 0 | 101 | 130 | 11 | 20 | 122 | 63 |
| Binary | 11101001 | 1010010 | 11100 | 0 | 1000001 | 1011000 | 1001 | 10000 | 1010010 | 110011 |
Color Harmonies of #E9521C
Complementary color
Monochromatic Colors of #E9521C
Black with #E9521C
Text Example
Text Example
White with #E9521C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9521C; }
p { color: rgb(233,82,28); }
H1.HeaderClassName
{
color: #E9521C;
}
.AnyTagClassName
{
color: #E9521C;
}
</style>
background-color css
<style>
a { background-color: #E9521C; }
a { background-color: rgb(233,82,28); }
div.DivClassName
{
background-color: #E9521C;
}
.BgClassName
{
background-color: #E9521C;
}
</style>
border-color css
<style>
span { border-color: #E9521C; }
span { border-color: rgb(233,82,28); }
td.TdClassName
{
border-color: #E9521C;
}
.TagClassName
{
border-color: #E9521C;
}
</style>