Shades of Persimmon #EB521C
Tints of Persimmon #EB521C
RGB
CMYK
RGB Variations
Color information
#EB521C (or 0xEB521C) is known color: Persimmon. HEX triplet: EB, 52 and 1C. RGB value is (235,82,28). Sum of RGB (Red+Green+Blue) = 235+82+28=345 (45% of max value = 765). Red value is 235 (92.19% from 255 or 68.12% from 345); Green value is 82 (32.42% from 255 or 23.77% from 345); Blue value is 28 (11.33% from 255 or 8.12% from 345); Max value from RGB is 235 - color contains mainly: red. Hex color #EB521C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EB521C is #14ADE3. Grayscale: #797979. Windows color (decimal): -1355236 or 1856235. OLE color: 1856235.
HSL color Cylindrical-coordinate representation of color #EB521C: hue angle of 15.65º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #EB521C is Cyan = 0, Magento = 0.65, Yellow = 0.88 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 82 | 28 | - |
| CMYK | 0 | 0.65 | 0.88 | 0.08 |
| HSL | 15.65º | 0.84% | 0.52% | - |
| HSV(B) | 15.65º | 0.88% | 0.92% | - |
| XYZ | 37.49 | 23.78 | 3.71 | - |
| YUV | 121.59 | 75.19 | 208.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 82 | 28 | 0 | 0.65 | 0.88 | 0.08 | 15.65 | 0.84 | 0.52 |
| Hex | EB | 52 | 1C | 0 | 41 | 58 | 8 | 10 | 54 | 34 |
| Octal | 353 | 122 | 34 | 0 | 101 | 130 | 10 | 20 | 124 | 64 |
| Binary | 11101011 | 1010010 | 11100 | 0 | 1000001 | 1011000 | 1000 | 10000 | 1010100 | 110100 |
Color Harmonies of #EB521C
Complementary color
Monochromatic Colors of #EB521C
Black with #EB521C
Text Example
Text Example
White with #EB521C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB521C; }
p { color: rgb(235,82,28); }
H1.HeaderClassName
{
color: #EB521C;
}
.AnyTagClassName
{
color: #EB521C;
}
</style>
background-color css
<style>
a { background-color: #EB521C; }
a { background-color: rgb(235,82,28); }
div.DivClassName
{
background-color: #EB521C;
}
.BgClassName
{
background-color: #EB521C;
}
</style>
border-color css
<style>
span { border-color: #EB521C; }
span { border-color: rgb(235,82,28); }
td.TdClassName
{
border-color: #EB521C;
}
.TagClassName
{
border-color: #EB521C;
}
</style>