Shades of Persimmon #EB5A14
Tints of Persimmon #EB5A14
RGB
CMYK
RGB Variations
Color information
#EB5A14 (or 0xEB5A14) is known color: Persimmon. HEX triplet: EB, 5A and 14. RGB value is (235,90,20). Sum of RGB (Red+Green+Blue) = 235+90+20=345 (45% of max value = 765). Red value is 235 (92.19% from 255 or 68.12% from 345); Green value is 90 (35.55% from 255 or 26.09% from 345); Blue value is 20 (8.20% from 255 or 5.80% from 345); Max value from RGB is 235 - color contains mainly: red. Hex color #EB5A14 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EB5A14 is #14A5EB. Grayscale: #7D7D7D. Windows color (decimal): -1353196 or 1333995. OLE color: 1333995.
HSL color Cylindrical-coordinate representation of color #EB5A14: hue angle of 19.53º degrees, saturation: 0.84, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #EB5A14 is Cyan = 0, Magento = 0.62, Yellow = 0.91 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 90 | 20 | - |
| CMYK | 0 | 0.62 | 0.91 | 0.08 |
| HSL | 19.53º | 0.84% | 0.5% | - |
| HSV(B) | 19.53º | 0.91% | 0.92% | - |
| XYZ | 38.04 | 25.03 | 3.49 | - |
| YUV | 125.38 | 68.54 | 206.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 90 | 20 | 0 | 0.62 | 0.91 | 0.08 | 19.53 | 0.84 | 0.5 |
| Hex | EB | 5A | 14 | 0 | 3E | 5B | 8 | 14 | 54 | 32 |
| Octal | 353 | 132 | 24 | 0 | 76 | 133 | 10 | 24 | 124 | 62 |
| Binary | 11101011 | 1011010 | 10100 | 0 | 111110 | 1011011 | 1000 | 10100 | 1010100 | 110010 |
Color Harmonies of #EB5A14
Complementary color
Monochromatic Colors of #EB5A14
Black with #EB5A14
Text Example
Text Example
White with #EB5A14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB5A14; }
p { color: rgb(235,90,20); }
H1.HeaderClassName
{
color: #EB5A14;
}
.AnyTagClassName
{
color: #EB5A14;
}
</style>
background-color css
<style>
a { background-color: #EB5A14; }
a { background-color: rgb(235,90,20); }
div.DivClassName
{
background-color: #EB5A14;
}
.BgClassName
{
background-color: #EB5A14;
}
</style>
border-color css
<style>
span { border-color: #EB5A14; }
span { border-color: rgb(235,90,20); }
td.TdClassName
{
border-color: #EB5A14;
}
.TagClassName
{
border-color: #EB5A14;
}
</style>