Shades of Persimmon #EB510E
Tints of Persimmon #EB510E
RGB
CMYK
RGB Variations
Color information
#EB510E (or 0xEB510E) is known color: Persimmon. HEX triplet: EB, 51 and 0E. RGB value is (235,81,14). Sum of RGB (Red+Green+Blue) = 235+81+14=330 (43% of max value = 765). Red value is 235 (92.19% from 255 or 71.21% from 330); Green value is 81 (32.03% from 255 or 24.55% from 330); Blue value is 14 (5.86% from 255 or 4.24% from 330); Max value from RGB is 235 - color contains mainly: red. Hex color #EB510E is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EB510E is #14AEF1. Grayscale: #777777. Windows color (decimal): -1355506 or 938475. OLE color: 938475.
HSL color Cylindrical-coordinate representation of color #EB510E: hue angle of 18.19º degrees, saturation: 0.89, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #EB510E is Cyan = 0, Magento = 0.66, Yellow = 0.94 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 81 | 14 | - |
| CMYK | 0 | 0.66 | 0.94 | 0.08 |
| HSL | 18.19º | 0.89% | 0.49% | - |
| HSV(B) | 18.19º | 0.94% | 0.92% | - |
| XYZ | 37.28 | 23.58 | 3 | - |
| YUV | 119.41 | 68.52 | 210.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 81 | 14 | 0 | 0.66 | 0.94 | 0.08 | 18.19 | 0.89 | 0.49 |
| Hex | EB | 51 | E | 0 | 42 | 5E | 8 | 12 | 59 | 31 |
| Octal | 353 | 121 | 16 | 0 | 102 | 136 | 10 | 22 | 131 | 61 |
| Binary | 11101011 | 1010001 | 1110 | 0 | 1000010 | 1011110 | 1000 | 10010 | 1011001 | 110001 |
Color Harmonies of #EB510E
Complementary color
Monochromatic Colors of #EB510E
Black with #EB510E
Text Example
Text Example
White with #EB510E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB510E; }
p { color: rgb(235,81,14); }
H1.HeaderClassName
{
color: #EB510E;
}
.AnyTagClassName
{
color: #EB510E;
}
</style>
background-color css
<style>
a { background-color: #EB510E; }
a { background-color: rgb(235,81,14); }
div.DivClassName
{
background-color: #EB510E;
}
.BgClassName
{
background-color: #EB510E;
}
</style>
border-color css
<style>
span { border-color: #EB510E; }
span { border-color: rgb(235,81,14); }
td.TdClassName
{
border-color: #EB510E;
}
.TagClassName
{
border-color: #EB510E;
}
</style>