Shades of Persimmon #EB5D1A
Tints of Persimmon #EB5D1A
RGB
CMYK
RGB Variations
Color information
#EB5D1A (or 0xEB5D1A) is known color: Persimmon. HEX triplet: EB, 5D and 1A. RGB value is (235,93,26). Sum of RGB (Red+Green+Blue) = 235+93+26=354 (46% of max value = 765). Red value is 235 (92.19% from 255 or 66.38% from 354); Green value is 93 (36.72% from 255 or 26.27% from 354); Blue value is 26 (10.55% from 255 or 7.34% from 354); Max value from RGB is 235 - color contains mainly: red. Hex color #EB5D1A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EB5D1A is #14A2E5. Grayscale: #808080. Windows color (decimal): -1352422 or 1727979. OLE color: 1727979.
HSL color Cylindrical-coordinate representation of color #EB5D1A: hue angle of 19.23º 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 #EB5D1A is Cyan = 0, Magento = 0.60, Yellow = 0.89 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 93 | 26 | - |
| CMYK | 0 | 0.60 | 0.89 | 0.08 |
| HSL | 19.23º | 0.84% | 0.51% | - |
| HSV(B) | 19.23º | 0.89% | 0.92% | - |
| XYZ | 38.36 | 25.57 | 3.89 | - |
| YUV | 127.82 | 70.54 | 204.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 93 | 26 | 0 | 0.60 | 0.89 | 0.08 | 19.23 | 0.84 | 0.51 |
| Hex | EB | 5D | 1A | 0 | 3C | 59 | 8 | 13 | 54 | 33 |
| Octal | 353 | 135 | 32 | 0 | 74 | 131 | 10 | 23 | 124 | 63 |
| Binary | 11101011 | 1011101 | 11010 | 0 | 111100 | 1011001 | 1000 | 10011 | 1010100 | 110011 |
Color Harmonies of #EB5D1A
Complementary color
Monochromatic Colors of #EB5D1A
Black with #EB5D1A
Text Example
Text Example
White with #EB5D1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB5D1A; }
p { color: rgb(235,93,26); }
H1.HeaderClassName
{
color: #EB5D1A;
}
.AnyTagClassName
{
color: #EB5D1A;
}
</style>
background-color css
<style>
a { background-color: #EB5D1A; }
a { background-color: rgb(235,93,26); }
div.DivClassName
{
background-color: #EB5D1A;
}
.BgClassName
{
background-color: #EB5D1A;
}
</style>
border-color css
<style>
span { border-color: #EB5D1A; }
span { border-color: rgb(235,93,26); }
td.TdClassName
{
border-color: #EB5D1A;
}
.TagClassName
{
border-color: #EB5D1A;
}
</style>