Shades of Persimmon #EB4C11
Tints of Persimmon #EB4C11
RGB
CMYK
RGB Variations
Color information
#EB4C11 (or 0xEB4C11) is known color: Persimmon. HEX triplet: EB, 4C and 11. RGB value is (235,76,17). Sum of RGB (Red+Green+Blue) = 235+76+17=328 (43% of max value = 765). Red value is 235 (92.19% from 255 or 71.65% from 328); Green value is 76 (30.08% from 255 or 23.17% from 328); Blue value is 17 (7.03% from 255 or 5.18% from 328); Max value from RGB is 235 - color contains mainly: red. Hex color #EB4C11 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EB4C11 is #14B3EE. Grayscale: #757575. Windows color (decimal): -1356783 or 1133803. OLE color: 1133803.
HSL color Cylindrical-coordinate representation of color #EB4C11: hue angle of 16.24º degrees, saturation: 0.87, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #EB4C11 is Cyan = 0, Magento = 0.68, Yellow = 0.93 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 76 | 17 | - |
| CMYK | 0 | 0.68 | 0.93 | 0.08 |
| HSL | 16.24º | 0.87% | 0.49% | - |
| HSV(B) | 16.24º | 0.93% | 0.92% | - |
| XYZ | 36.95 | 22.87 | 3 | - |
| YUV | 116.82 | 71.68 | 212.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 76 | 17 | 0 | 0.68 | 0.93 | 0.08 | 16.24 | 0.87 | 0.49 |
| Hex | EB | 4C | 11 | 0 | 44 | 5D | 8 | 10 | 57 | 31 |
| Octal | 353 | 114 | 21 | 0 | 104 | 135 | 10 | 20 | 127 | 61 |
| Binary | 11101011 | 1001100 | 10001 | 0 | 1000100 | 1011101 | 1000 | 10000 | 1010111 | 110001 |
Color Harmonies of #EB4C11
Complementary color
Monochromatic Colors of #EB4C11
Black with #EB4C11
Text Example
Text Example
White with #EB4C11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB4C11; }
p { color: rgb(235,76,17); }
H1.HeaderClassName
{
color: #EB4C11;
}
.AnyTagClassName
{
color: #EB4C11;
}
</style>
background-color css
<style>
a { background-color: #EB4C11; }
a { background-color: rgb(235,76,17); }
div.DivClassName
{
background-color: #EB4C11;
}
.BgClassName
{
background-color: #EB4C11;
}
</style>
border-color css
<style>
span { border-color: #EB4C11; }
span { border-color: rgb(235,76,17); }
td.TdClassName
{
border-color: #EB4C11;
}
.TagClassName
{
border-color: #EB4C11;
}
</style>