Shades of Persimmon #EB550C
Tints of Persimmon #EB550C
RGB
CMYK
RGB Variations
Color information
#EB550C (or 0xEB550C) is known color: Persimmon. HEX triplet: EB, 55 and 0C. RGB value is (235,85,12). Sum of RGB (Red+Green+Blue) = 235+85+12=332 (43% of max value = 765). Red value is 235 (92.19% from 255 or 70.78% from 332); Green value is 85 (33.59% from 255 or 25.60% from 332); Blue value is 12 (5.08% from 255 or 3.61% from 332); Max value from RGB is 235 - color contains mainly: red. Hex color #EB550C is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EB550C is #14AAF3. Grayscale: #797979. Windows color (decimal): -1354484 or 808427. OLE color: 808427.
HSL color Cylindrical-coordinate representation of color #EB550C: hue angle of 19.64º degrees, saturation: 0.9, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #EB550C is Cyan = 0, Magento = 0.64, Yellow = 0.95 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 85 | 12 | - |
| CMYK | 0 | 0.64 | 0.95 | 0.08 |
| HSL | 19.64º | 0.9% | 0.48% | - |
| HSV(B) | 19.64º | 0.95% | 0.92% | - |
| XYZ | 37.58 | 24.19 | 3.04 | - |
| YUV | 121.53 | 66.2 | 208.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 85 | 12 | 0 | 0.64 | 0.95 | 0.08 | 19.64 | 0.9 | 0.48 |
| Hex | EB | 55 | C | 0 | 40 | 5F | 8 | 14 | 5A | 30 |
| Octal | 353 | 125 | 14 | 0 | 100 | 137 | 10 | 24 | 132 | 60 |
| Binary | 11101011 | 1010101 | 1100 | 0 | 1000000 | 1011111 | 1000 | 10100 | 1011010 | 110000 |
Color Harmonies of #EB550C
Complementary color
Monochromatic Colors of #EB550C
Black with #EB550C
Text Example
Text Example
White with #EB550C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB550C; }
p { color: rgb(235,85,12); }
H1.HeaderClassName
{
color: #EB550C;
}
.AnyTagClassName
{
color: #EB550C;
}
</style>
background-color css
<style>
a { background-color: #EB550C; }
a { background-color: rgb(235,85,12); }
div.DivClassName
{
background-color: #EB550C;
}
.BgClassName
{
background-color: #EB550C;
}
</style>
border-color css
<style>
span { border-color: #EB550C; }
span { border-color: rgb(235,85,12); }
td.TdClassName
{
border-color: #EB550C;
}
.TagClassName
{
border-color: #EB550C;
}
</style>