Shades of Persimmon #EB5D18
Tints of Persimmon #EB5D18
RGB
CMYK
RGB Variations
Color information
#EB5D18 (or 0xEB5D18) is known color: Persimmon. HEX triplet: EB, 5D and 18. RGB value is (235,93,24). Sum of RGB (Red+Green+Blue) = 235+93+24=352 (46% of max value = 765). Red value is 235 (92.19% from 255 or 66.76% from 352); Green value is 93 (36.72% from 255 or 26.42% from 352); Blue value is 24 (9.77% from 255 or 6.82% from 352); Max value from RGB is 235 - color contains mainly: red. Hex color #EB5D18 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EB5D18 is #14A2E7. Grayscale: #808080. Windows color (decimal): -1352424 or 1596907. OLE color: 1596907.
HSL color Cylindrical-coordinate representation of color #EB5D18: hue angle of 19.62º degrees, saturation: 0.84, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #EB5D18 is Cyan = 0, Magento = 0.60, Yellow = 0.90 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 93 | 24 | - |
| CMYK | 0 | 0.60 | 0.90 | 0.08 |
| HSL | 19.62º | 0.84% | 0.51% | - |
| HSV(B) | 19.62º | 0.9% | 0.92% | - |
| XYZ | 38.34 | 25.56 | 3.78 | - |
| YUV | 127.59 | 69.54 | 204.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 93 | 24 | 0 | 0.60 | 0.90 | 0.08 | 19.62 | 0.84 | 0.51 |
| Hex | EB | 5D | 18 | 0 | 3C | 5A | 8 | 14 | 54 | 33 |
| Octal | 353 | 135 | 30 | 0 | 74 | 132 | 10 | 24 | 124 | 63 |
| Binary | 11101011 | 1011101 | 11000 | 0 | 111100 | 1011010 | 1000 | 10100 | 1010100 | 110011 |
Color Harmonies of #EB5D18
Complementary color
Monochromatic Colors of #EB5D18
Black with #EB5D18
Text Example
Text Example
White with #EB5D18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB5D18; }
p { color: rgb(235,93,24); }
H1.HeaderClassName
{
color: #EB5D18;
}
.AnyTagClassName
{
color: #EB5D18;
}
</style>
background-color css
<style>
a { background-color: #EB5D18; }
a { background-color: rgb(235,93,24); }
div.DivClassName
{
background-color: #EB5D18;
}
.BgClassName
{
background-color: #EB5D18;
}
</style>
border-color css
<style>
span { border-color: #EB5D18; }
span { border-color: rgb(235,93,24); }
td.TdClassName
{
border-color: #EB5D18;
}
.TagClassName
{
border-color: #EB5D18;
}
</style>