Shades of Persimmon #EB5D19
Tints of Persimmon #EB5D19
RGB
CMYK
RGB Variations
Color information
#EB5D19 (or 0xEB5D19) is known color: Persimmon. HEX triplet: EB, 5D and 19. RGB value is (235,93,25). Sum of RGB (Red+Green+Blue) = 235+93+25=353 (46% of max value = 765). Red value is 235 (92.19% from 255 or 66.57% from 353); Green value is 93 (36.72% from 255 or 26.35% from 353); Blue value is 25 (10.16% from 255 or 7.08% from 353); Max value from RGB is 235 - color contains mainly: red. Hex color #EB5D19 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EB5D19 is #14A2E6. Grayscale: #808080. Windows color (decimal): -1352423 or 1662443. OLE color: 1662443.
HSL color Cylindrical-coordinate representation of color #EB5D19: hue angle of 19.43º degrees, saturation: 0.84, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #EB5D19 is Cyan = 0, Magento = 0.60, Yellow = 0.89 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 93 | 25 | - |
| CMYK | 0 | 0.60 | 0.89 | 0.08 |
| HSL | 19.43º | 0.84% | 0.51% | - |
| HSV(B) | 19.43º | 0.89% | 0.92% | - |
| XYZ | 38.35 | 25.56 | 3.83 | - |
| YUV | 127.71 | 70.04 | 204.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 93 | 25 | 0 | 0.60 | 0.89 | 0.08 | 19.43 | 0.84 | 0.51 |
| Hex | EB | 5D | 19 | 0 | 3C | 59 | 8 | 13 | 54 | 33 |
| Octal | 353 | 135 | 31 | 0 | 74 | 131 | 10 | 23 | 124 | 63 |
| Binary | 11101011 | 1011101 | 11001 | 0 | 111100 | 1011001 | 1000 | 10011 | 1010100 | 110011 |
Color Harmonies of #EB5D19
Complementary color
Monochromatic Colors of #EB5D19
Black with #EB5D19
Text Example
Text Example
White with #EB5D19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB5D19; }
p { color: rgb(235,93,25); }
H1.HeaderClassName
{
color: #EB5D19;
}
.AnyTagClassName
{
color: #EB5D19;
}
</style>
background-color css
<style>
a { background-color: #EB5D19; }
a { background-color: rgb(235,93,25); }
div.DivClassName
{
background-color: #EB5D19;
}
.BgClassName
{
background-color: #EB5D19;
}
</style>
border-color css
<style>
span { border-color: #EB5D19; }
span { border-color: rgb(235,93,25); }
td.TdClassName
{
border-color: #EB5D19;
}
.TagClassName
{
border-color: #EB5D19;
}
</style>