Shades of Persimmon #EC6508
Tints of Persimmon #EC6508
RGB
CMYK
RGB Variations
Color information
#EC6508 (or 0xEC6508) is known color: Persimmon. HEX triplet: EC, 65 and 08. RGB value is (236,101,8). Sum of RGB (Red+Green+Blue) = 236+101+8=345 (45% of max value = 765). Red value is 236 (92.58% from 255 or 68.41% from 345); Green value is 101 (39.84% from 255 or 29.28% from 345); Blue value is 8 (3.52% from 255 or 2.32% from 345); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6508 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EC6508 is #139AF7. Grayscale: #838383. Windows color (decimal): -1284856 or 550380. OLE color: 550380.
HSL color Cylindrical-coordinate representation of color #EC6508: hue angle of 24.47º 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 #EC6508 is Cyan = 0, Magento = 0.57, Yellow = 0.97 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 101 | 8 | - |
| CMYK | 0 | 0.57 | 0.97 | 0.07 |
| HSL | 24.47º | 0.93% | 0.48% | - |
| HSV(B) | 24.47º | 0.97% | 0.93% | - |
| XYZ | 39.29 | 27.16 | 3.4 | - |
| YUV | 130.76 | 58.73 | 203.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 101 | 8 | 0 | 0.57 | 0.97 | 0.07 | 24.47 | 0.93 | 0.48 |
| Hex | EC | 65 | 8 | 0 | 39 | 61 | 7 | 18 | 5D | 30 |
| Octal | 354 | 145 | 10 | 0 | 71 | 141 | 7 | 30 | 135 | 60 |
| Binary | 11101100 | 1100101 | 1000 | 0 | 111001 | 1100001 | 111 | 11000 | 1011101 | 110000 |
Color Harmonies of #EC6508
Complementary color
Monochromatic Colors of #EC6508
Black with #EC6508
Text Example
Text Example
White with #EC6508
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC6508; }
p { color: rgb(236,101,8); }
H1.HeaderClassName
{
color: #EC6508;
}
.AnyTagClassName
{
color: #EC6508;
}
</style>
background-color css
<style>
a { background-color: #EC6508; }
a { background-color: rgb(236,101,8); }
div.DivClassName
{
background-color: #EC6508;
}
.BgClassName
{
background-color: #EC6508;
}
</style>
border-color css
<style>
span { border-color: #EC6508; }
span { border-color: rgb(236,101,8); }
td.TdClassName
{
border-color: #EC6508;
}
.TagClassName
{
border-color: #EC6508;
}
</style>