Shades of Persimmon #EC5308
Tints of Persimmon #EC5308
RGB
CMYK
RGB Variations
Color information
#EC5308 (or 0xEC5308) is known color: Persimmon. HEX triplet: EC, 53 and 08. RGB value is (236,83,8). Sum of RGB (Red+Green+Blue) = 236+83+8=327 (43% of max value = 765). Red value is 236 (92.58% from 255 or 72.17% from 327); Green value is 83 (32.81% from 255 or 25.38% from 327); Blue value is 8 (3.52% from 255 or 2.45% from 327); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5308 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EC5308 is #13ACF7. Grayscale: #787878. Windows color (decimal): -1289464 or 545772. OLE color: 545772.
HSL color Cylindrical-coordinate representation of color #EC5308: hue angle of 19.74º 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 #EC5308 is Cyan = 0, Magento = 0.65, Yellow = 0.97 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 83 | 8 | - |
| CMYK | 0 | 0.65 | 0.97 | 0.07 |
| HSL | 19.74º | 0.93% | 0.48% | - |
| HSV(B) | 19.74º | 0.97% | 0.93% | - |
| XYZ | 37.73 | 24.04 | 2.88 | - |
| YUV | 120.2 | 64.69 | 210.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 83 | 8 | 0 | 0.65 | 0.97 | 0.07 | 19.74 | 0.93 | 0.48 |
| Hex | EC | 53 | 8 | 0 | 41 | 61 | 7 | 14 | 5D | 30 |
| Octal | 354 | 123 | 10 | 0 | 101 | 141 | 7 | 24 | 135 | 60 |
| Binary | 11101100 | 1010011 | 1000 | 0 | 1000001 | 1100001 | 111 | 10100 | 1011101 | 110000 |
Color Harmonies of #EC5308
Complementary color
Monochromatic Colors of #EC5308
Black with #EC5308
Text Example
Text Example
White with #EC5308
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC5308; }
p { color: rgb(236,83,8); }
H1.HeaderClassName
{
color: #EC5308;
}
.AnyTagClassName
{
color: #EC5308;
}
</style>
background-color css
<style>
a { background-color: #EC5308; }
a { background-color: rgb(236,83,8); }
div.DivClassName
{
background-color: #EC5308;
}
.BgClassName
{
background-color: #EC5308;
}
</style>
border-color css
<style>
span { border-color: #EC5308; }
span { border-color: rgb(236,83,8); }
td.TdClassName
{
border-color: #EC5308;
}
.TagClassName
{
border-color: #EC5308;
}
</style>