Shades of Persimmon #EB511C
Tints of Persimmon #EB511C
RGB
CMYK
RGB Variations
Color information
#EB511C (or 0xEB511C) is known color: Persimmon. HEX triplet: EB, 51 and 1C. RGB value is (235,81,28). Sum of RGB (Red+Green+Blue) = 235+81+28=344 (45% of max value = 765). Red value is 235 (92.19% from 255 or 68.31% from 344); Green value is 81 (32.03% from 255 or 23.55% from 344); Blue value is 28 (11.33% from 255 or 8.14% from 344); Max value from RGB is 235 - color contains mainly: red. Hex color #EB511C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EB511C is #14AEE3. Grayscale: #797979. Windows color (decimal): -1355492 or 1855979. OLE color: 1855979.
HSL color Cylindrical-coordinate representation of color #EB511C: hue angle of 15.36º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #EB511C is Cyan = 0, Magento = 0.66, Yellow = 0.88 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 81 | 28 | - |
| CMYK | 0 | 0.66 | 0.88 | 0.08 |
| HSL | 15.36º | 0.84% | 0.52% | - |
| HSV(B) | 15.36º | 0.88% | 0.92% | - |
| XYZ | 37.41 | 23.63 | 3.69 | - |
| YUV | 121 | 75.52 | 209.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 81 | 28 | 0 | 0.66 | 0.88 | 0.08 | 15.36 | 0.84 | 0.52 |
| Hex | EB | 51 | 1C | 0 | 42 | 58 | 8 | F | 54 | 34 |
| Octal | 353 | 121 | 34 | 0 | 102 | 130 | 10 | 17 | 124 | 64 |
| Binary | 11101011 | 1010001 | 11100 | 0 | 1000010 | 1011000 | 1000 | 1111 | 1010100 | 110100 |
Color Harmonies of #EB511C
Complementary color
Monochromatic Colors of #EB511C
Black with #EB511C
Text Example
Text Example
White with #EB511C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB511C; }
p { color: rgb(235,81,28); }
H1.HeaderClassName
{
color: #EB511C;
}
.AnyTagClassName
{
color: #EB511C;
}
</style>
background-color css
<style>
a { background-color: #EB511C; }
a { background-color: rgb(235,81,28); }
div.DivClassName
{
background-color: #EB511C;
}
.BgClassName
{
background-color: #EB511C;
}
</style>
border-color css
<style>
span { border-color: #EB511C; }
span { border-color: rgb(235,81,28); }
td.TdClassName
{
border-color: #EB511C;
}
.TagClassName
{
border-color: #EB511C;
}
</style>