Shades of Persimmon #EB5512
Tints of Persimmon #EB5512
RGB
CMYK
RGB Variations
Color information
#EB5512 (or 0xEB5512) is known color: Persimmon. HEX triplet: EB, 55 and 12. RGB value is (235,85,18). Sum of RGB (Red+Green+Blue) = 235+85+18=338 (44% of max value = 765). Red value is 235 (92.19% from 255 or 69.53% from 338); Green value is 85 (33.59% from 255 or 25.15% from 338); Blue value is 18 (7.42% from 255 or 5.33% from 338); Max value from RGB is 235 - color contains mainly: red. Hex color #EB5512 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EB5512 is #14AAED. Grayscale: #7A7A7A. Windows color (decimal): -1354478 or 1201643. OLE color: 1201643.
HSL color Cylindrical-coordinate representation of color #EB5512: hue angle of 18.53º degrees, saturation: 0.86, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #EB5512 is Cyan = 0, Magento = 0.64, Yellow = 0.92 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 85 | 18 | - |
| CMYK | 0 | 0.64 | 0.92 | 0.08 |
| HSL | 18.53º | 0.86% | 0.5% | - |
| HSV(B) | 18.53º | 0.92% | 0.92% | - |
| XYZ | 37.62 | 24.2 | 3.26 | - |
| YUV | 122.21 | 69.2 | 208.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 85 | 18 | 0 | 0.64 | 0.92 | 0.08 | 18.53 | 0.86 | 0.5 |
| Hex | EB | 55 | 12 | 0 | 40 | 5C | 8 | 13 | 56 | 32 |
| Octal | 353 | 125 | 22 | 0 | 100 | 134 | 10 | 23 | 126 | 62 |
| Binary | 11101011 | 1010101 | 10010 | 0 | 1000000 | 1011100 | 1000 | 10011 | 1010110 | 110010 |
Color Harmonies of #EB5512
Complementary color
Monochromatic Colors of #EB5512
Black with #EB5512
Text Example
Text Example
White with #EB5512
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB5512; }
p { color: rgb(235,85,18); }
H1.HeaderClassName
{
color: #EB5512;
}
.AnyTagClassName
{
color: #EB5512;
}
</style>
background-color css
<style>
a { background-color: #EB5512; }
a { background-color: rgb(235,85,18); }
div.DivClassName
{
background-color: #EB5512;
}
.BgClassName
{
background-color: #EB5512;
}
</style>
border-color css
<style>
span { border-color: #EB5512; }
span { border-color: rgb(235,85,18); }
td.TdClassName
{
border-color: #EB5512;
}
.TagClassName
{
border-color: #EB5512;
}
</style>