Shades of Persimmon #EB5D17
Tints of Persimmon #EB5D17
RGB
CMYK
RGB Variations
Color information
#EB5D17 (or 0xEB5D17) is known color: Persimmon. HEX triplet: EB, 5D and 17. RGB value is (235,93,23). Sum of RGB (Red+Green+Blue) = 235+93+23=351 (46% of max value = 765). Red value is 235 (92.19% from 255 or 66.95% from 351); Green value is 93 (36.72% from 255 or 26.50% from 351); Blue value is 23 (9.38% from 255 or 6.55% from 351); Max value from RGB is 235 - color contains mainly: red. Hex color #EB5D17 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EB5D17 is #14A2E8. Grayscale: #7F7F7F. Windows color (decimal): -1352425 or 1531371. OLE color: 1531371.
HSL color Cylindrical-coordinate representation of color #EB5D17: hue angle of 19.81º 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 #EB5D17 is Cyan = 0, Magento = 0.60, Yellow = 0.90 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 93 | 23 | - |
| CMYK | 0 | 0.60 | 0.90 | 0.08 |
| HSL | 19.81º | 0.84% | 0.51% | - |
| HSV(B) | 19.81º | 0.9% | 0.92% | - |
| XYZ | 38.33 | 25.55 | 3.72 | - |
| YUV | 127.48 | 69.04 | 204.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 93 | 23 | 0 | 0.60 | 0.90 | 0.08 | 19.81 | 0.84 | 0.51 |
| Hex | EB | 5D | 17 | 0 | 3C | 5A | 8 | 14 | 54 | 33 |
| Octal | 353 | 135 | 27 | 0 | 74 | 132 | 10 | 24 | 124 | 63 |
| Binary | 11101011 | 1011101 | 10111 | 0 | 111100 | 1011010 | 1000 | 10100 | 1010100 | 110011 |
Color Harmonies of #EB5D17
Complementary color
Monochromatic Colors of #EB5D17
Black with #EB5D17
Text Example
Text Example
White with #EB5D17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB5D17; }
p { color: rgb(235,93,23); }
H1.HeaderClassName
{
color: #EB5D17;
}
.AnyTagClassName
{
color: #EB5D17;
}
</style>
background-color css
<style>
a { background-color: #EB5D17; }
a { background-color: rgb(235,93,23); }
div.DivClassName
{
background-color: #EB5D17;
}
.BgClassName
{
background-color: #EB5D17;
}
</style>
border-color css
<style>
span { border-color: #EB5D17; }
span { border-color: rgb(235,93,23); }
td.TdClassName
{
border-color: #EB5D17;
}
.TagClassName
{
border-color: #EB5D17;
}
</style>