Shades of Persimmon #EC6200
Tints of Persimmon #EC6200
RGB
CMYK
RGB Variations
Color information
#EC6200 (or 0xEC6200) is known color: Persimmon. HEX triplet: EC, 62 and 00. RGB value is (236,98,0). Sum of RGB (Red+Green+Blue) = 236+98+0=334 (44% of max value = 765). Red value is 236 (92.58% from 255 or 70.66% from 334); Green value is 98 (38.67% from 255 or 29.34% from 334); Blue value is 0 (0.39% from 255 or 0% from 334); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6200 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EC6200 is #139DFF. Grayscale: #808080. Windows color (decimal): -1285632 or 25324. OLE color: 25324.
HSL color Cylindrical-coordinate representation of color #EC6200: hue angle of 24.92º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EC6200 is Cyan = 0, Magento = 0.58, Yellow = 1 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 98 | 0 | - |
| CMYK | 0 | 0.58 | 1 | 0.07 |
| HSL | 24.92º | 1% | 0.46% | - |
| HSV(B) | 24.92º | 1% | 0.93% | - |
| XYZ | 38.96 | 26.57 | 3.07 | - |
| YUV | 128.09 | 55.72 | 204.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 98 | 0 | 0 | 0.58 | 1 | 0.07 | 24.92 | 1 | 0.46 |
| Hex | EC | 62 | 0 | 0 | 3A | 64 | 7 | 19 | 64 | 2E |
| Octal | 354 | 142 | 0 | 0 | 72 | 144 | 7 | 31 | 144 | 56 |
| Binary | 11101100 | 1100010 | 0 | 0 | 111010 | 1100100 | 111 | 11001 | 1100100 | 101110 |
Color Harmonies of #EC6200
Complementary color
Monochromatic Colors of #EC6200
Black with #EC6200
Text Example
Text Example
White with #EC6200
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC6200; }
p { color: rgb(236,98,0); }
H1.HeaderClassName
{
color: #EC6200;
}
.AnyTagClassName
{
color: #EC6200;
}
</style>
background-color css
<style>
a { background-color: #EC6200; }
a { background-color: rgb(236,98,0); }
div.DivClassName
{
background-color: #EC6200;
}
.BgClassName
{
background-color: #EC6200;
}
</style>
border-color css
<style>
span { border-color: #EC6200; }
span { border-color: rgb(236,98,0); }
td.TdClassName
{
border-color: #EC6200;
}
.TagClassName
{
border-color: #EC6200;
}
</style>