Shades of Persimmon #EC5008
Tints of Persimmon #EC5008
RGB
CMYK
RGB Variations
Color information
#EC5008 (or 0xEC5008) is known color: Persimmon. HEX triplet: EC, 50 and 08. RGB value is (236,80,8). Sum of RGB (Red+Green+Blue) = 236+80+8=324 (42% of max value = 765). Red value is 236 (92.58% from 255 or 72.84% from 324); Green value is 80 (31.64% from 255 or 24.69% from 324); Blue value is 8 (3.52% from 255 or 2.47% from 324); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5008 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EC5008 is #13AFF7. Grayscale: #767676. Windows color (decimal): -1290232 or 545004. OLE color: 545004.
HSL color Cylindrical-coordinate representation of color #EC5008: hue angle of 18.95º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #EC5008 is Cyan = 0, Magento = 0.66, Yellow = 0.97 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 80 | 8 | - |
| CMYK | 0 | 0.66 | 0.97 | 0.07 |
| HSL | 18.95º | 0.93% | 0.48% | - |
| HSV(B) | 18.95º | 0.97% | 0.93% | - |
| XYZ | 37.5 | 23.59 | 2.81 | - |
| YUV | 118.44 | 65.68 | 211.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 80 | 8 | 0 | 0.66 | 0.97 | 0.07 | 18.95 | 0.93 | 0.48 |
| Hex | EC | 50 | 8 | 0 | 42 | 61 | 7 | 13 | 5D | 30 |
| Octal | 354 | 120 | 10 | 0 | 102 | 141 | 7 | 23 | 135 | 60 |
| Binary | 11101100 | 1010000 | 1000 | 0 | 1000010 | 1100001 | 111 | 10011 | 1011101 | 110000 |
Color Harmonies of #EC5008
Complementary color
Monochromatic Colors of #EC5008
Black with #EC5008
Text Example
Text Example
White with #EC5008
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC5008; }
p { color: rgb(236,80,8); }
H1.HeaderClassName
{
color: #EC5008;
}
.AnyTagClassName
{
color: #EC5008;
}
</style>
background-color css
<style>
a { background-color: #EC5008; }
a { background-color: rgb(236,80,8); }
div.DivClassName
{
background-color: #EC5008;
}
.BgClassName
{
background-color: #EC5008;
}
</style>
border-color css
<style>
span { border-color: #EC5008; }
span { border-color: rgb(236,80,8); }
td.TdClassName
{
border-color: #EC5008;
}
.TagClassName
{
border-color: #EC5008;
}
</style>