Shades of Persimmon #EC5B00
Tints of Persimmon #EC5B00
RGB
CMYK
RGB Variations
Color information
#EC5B00 (or 0xEC5B00) is known color: Persimmon. HEX triplet: EC, 5B and 00. RGB value is (236,91,0). Sum of RGB (Red+Green+Blue) = 236+91+0=327 (43% of max value = 765). Red value is 236 (92.58% from 255 or 72.17% from 327); Green value is 91 (35.94% from 255 or 27.83% from 327); Blue value is 0 (0.39% from 255 or 0% from 327); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5B00 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EC5B00 is #13A4FF. Grayscale: #7C7C7C. Windows color (decimal): -1287424 or 23532. OLE color: 23532.
HSL color Cylindrical-coordinate representation of color #EC5B00: hue angle of 23.14º 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 #EC5B00 is Cyan = 0, Magento = 0.61, Yellow = 1 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 91 | 0 | - |
| CMYK | 0 | 0.61 | 1 | 0.07 |
| HSL | 23.14º | 1% | 0.46% | - |
| HSV(B) | 23.14º | 1% | 0.93% | - |
| XYZ | 38.33 | 25.32 | 2.87 | - |
| YUV | 123.98 | 58.04 | 207.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 91 | 0 | 0 | 0.61 | 1 | 0.07 | 23.14 | 1 | 0.46 |
| Hex | EC | 5B | 0 | 0 | 3D | 64 | 7 | 17 | 64 | 2E |
| Octal | 354 | 133 | 0 | 0 | 75 | 144 | 7 | 27 | 144 | 56 |
| Binary | 11101100 | 1011011 | 0 | 0 | 111101 | 1100100 | 111 | 10111 | 1100100 | 101110 |
Color Harmonies of #EC5B00
Complementary color
Monochromatic Colors of #EC5B00
Black with #EC5B00
Text Example
Text Example
White with #EC5B00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC5B00; }
p { color: rgb(236,91,0); }
H1.HeaderClassName
{
color: #EC5B00;
}
.AnyTagClassName
{
color: #EC5B00;
}
</style>
background-color css
<style>
a { background-color: #EC5B00; }
a { background-color: rgb(236,91,0); }
div.DivClassName
{
background-color: #EC5B00;
}
.BgClassName
{
background-color: #EC5B00;
}
</style>
border-color css
<style>
span { border-color: #EC5B00; }
span { border-color: rgb(236,91,0); }
td.TdClassName
{
border-color: #EC5B00;
}
.TagClassName
{
border-color: #EC5B00;
}
</style>