Shades of Persimmon #EC5B0D
Tints of Persimmon #EC5B0D
RGB
CMYK
RGB Variations
Color information
#EC5B0D (or 0xEC5B0D) is known color: Persimmon. HEX triplet: EC, 5B and 0D. RGB value is (236,91,13). Sum of RGB (Red+Green+Blue) = 236+91+13=340 (45% of max value = 765). Red value is 236 (92.58% from 255 or 69.41% from 340); Green value is 91 (35.94% from 255 or 26.76% from 340); Blue value is 13 (5.47% from 255 or 3.82% from 340); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5B0D is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EC5B0D is #13A4F2. Grayscale: #7D7D7D. Windows color (decimal): -1287411 or 875500. OLE color: 875500.
HSL color Cylindrical-coordinate representation of color #EC5B0D: hue angle of 20.99º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #EC5B0D is Cyan = 0, Magento = 0.61, Yellow = 0.94 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 91 | 13 | - |
| CMYK | 0 | 0.61 | 0.94 | 0.07 |
| HSL | 20.99º | 0.9% | 0.49% | - |
| HSV(B) | 20.99º | 0.94% | 0.93% | - |
| XYZ | 38.41 | 25.34 | 3.25 | - |
| YUV | 125.46 | 64.54 | 206.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 91 | 13 | 0 | 0.61 | 0.94 | 0.07 | 20.99 | 0.9 | 0.49 |
| Hex | EC | 5B | D | 0 | 3D | 5E | 7 | 15 | 5A | 31 |
| Octal | 354 | 133 | 15 | 0 | 75 | 136 | 7 | 25 | 132 | 61 |
| Binary | 11101100 | 1011011 | 1101 | 0 | 111101 | 1011110 | 111 | 10101 | 1011010 | 110001 |
Color Harmonies of #EC5B0D
Complementary color
Monochromatic Colors of #EC5B0D
Black with #EC5B0D
Text Example
Text Example
White with #EC5B0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC5B0D; }
p { color: rgb(236,91,13); }
H1.HeaderClassName
{
color: #EC5B0D;
}
.AnyTagClassName
{
color: #EC5B0D;
}
</style>
background-color css
<style>
a { background-color: #EC5B0D; }
a { background-color: rgb(236,91,13); }
div.DivClassName
{
background-color: #EC5B0D;
}
.BgClassName
{
background-color: #EC5B0D;
}
</style>
border-color css
<style>
span { border-color: #EC5B0D; }
span { border-color: rgb(236,91,13); }
td.TdClassName
{
border-color: #EC5B0D;
}
.TagClassName
{
border-color: #EC5B0D;
}
</style>