Shades of Persimmon #EB511A
Tints of Persimmon #EB511A
RGB
CMYK
RGB Variations
Color information
#EB511A (or 0xEB511A) is known color: Persimmon. HEX triplet: EB, 51 and 1A. RGB value is (235,81,26). Sum of RGB (Red+Green+Blue) = 235+81+26=342 (45% of max value = 765). Red value is 235 (92.19% from 255 or 68.71% from 342); Green value is 81 (32.03% from 255 or 23.68% from 342); Blue value is 26 (10.55% from 255 or 7.60% from 342); Max value from RGB is 235 - color contains mainly: red. Hex color #EB511A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EB511A is #14AEE5. Grayscale: #797979. Windows color (decimal): -1355494 or 1724907. OLE color: 1724907.
HSL color Cylindrical-coordinate representation of color #EB511A: hue angle of 15.79º 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 #EB511A is Cyan = 0, Magento = 0.66, Yellow = 0.89 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 81 | 26 | - |
| CMYK | 0 | 0.66 | 0.89 | 0.08 |
| HSL | 15.79º | 0.84% | 0.51% | - |
| HSV(B) | 15.79º | 0.89% | 0.92% | - |
| XYZ | 37.39 | 23.62 | 3.57 | - |
| YUV | 120.78 | 74.52 | 209.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 81 | 26 | 0 | 0.66 | 0.89 | 0.08 | 15.79 | 0.84 | 0.51 |
| Hex | EB | 51 | 1A | 0 | 42 | 59 | 8 | 10 | 54 | 33 |
| Octal | 353 | 121 | 32 | 0 | 102 | 131 | 10 | 20 | 124 | 63 |
| Binary | 11101011 | 1010001 | 11010 | 0 | 1000010 | 1011001 | 1000 | 10000 | 1010100 | 110011 |
Color Harmonies of #EB511A
Complementary color
Monochromatic Colors of #EB511A
Black with #EB511A
Text Example
Text Example
White with #EB511A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB511A; }
p { color: rgb(235,81,26); }
H1.HeaderClassName
{
color: #EB511A;
}
.AnyTagClassName
{
color: #EB511A;
}
</style>
background-color css
<style>
a { background-color: #EB511A; }
a { background-color: rgb(235,81,26); }
div.DivClassName
{
background-color: #EB511A;
}
.BgClassName
{
background-color: #EB511A;
}
</style>
border-color css
<style>
span { border-color: #EB511A; }
span { border-color: rgb(235,81,26); }
td.TdClassName
{
border-color: #EB511A;
}
.TagClassName
{
border-color: #EB511A;
}
</style>