Shades of Persimmon #EC5F02
Tints of Persimmon #EC5F02
RGB
CMYK
RGB Variations
Color information
#EC5F02 (or 0xEC5F02) is known color: Persimmon. HEX triplet: EC, 5F and 02. RGB value is (236,95,2). Sum of RGB (Red+Green+Blue) = 236+95+2=333 (44% of max value = 765). Red value is 236 (92.58% from 255 or 70.87% from 333); Green value is 95 (37.5% from 255 or 28.53% from 333); Blue value is 2 (1.17% from 255 or 0.60% from 333); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5F02 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EC5F02 is #13A0FD. Grayscale: #7F7F7F. Windows color (decimal): -1286398 or 155628. OLE color: 155628.
HSL color Cylindrical-coordinate representation of color #EC5F02: hue angle of 23.85º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #EC5F02 is Cyan = 0, Magento = 0.60, Yellow = 0.99 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 95 | 2 | - |
| CMYK | 0 | 0.60 | 0.99 | 0.07 |
| HSL | 23.85º | 0.98% | 0.47% | - |
| HSV(B) | 23.85º | 0.99% | 0.93% | - |
| XYZ | 38.7 | 26.02 | 3.04 | - |
| YUV | 126.56 | 57.71 | 206.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 95 | 2 | 0 | 0.60 | 0.99 | 0.07 | 23.85 | 0.98 | 0.47 |
| Hex | EC | 5F | 2 | 0 | 3C | 63 | 7 | 18 | 62 | 2F |
| Octal | 354 | 137 | 2 | 0 | 74 | 143 | 7 | 30 | 142 | 57 |
| Binary | 11101100 | 1011111 | 10 | 0 | 111100 | 1100011 | 111 | 11000 | 1100010 | 101111 |
Color Harmonies of #EC5F02
Complementary color
Monochromatic Colors of #EC5F02
Black with #EC5F02
Text Example
Text Example
White with #EC5F02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC5F02; }
p { color: rgb(236,95,2); }
H1.HeaderClassName
{
color: #EC5F02;
}
.AnyTagClassName
{
color: #EC5F02;
}
</style>
background-color css
<style>
a { background-color: #EC5F02; }
a { background-color: rgb(236,95,2); }
div.DivClassName
{
background-color: #EC5F02;
}
.BgClassName
{
background-color: #EC5F02;
}
</style>
border-color css
<style>
span { border-color: #EC5F02; }
span { border-color: rgb(236,95,2); }
td.TdClassName
{
border-color: #EC5F02;
}
.TagClassName
{
border-color: #EC5F02;
}
</style>