Shades of Persimmon #EC4B0D
Tints of Persimmon #EC4B0D
RGB
CMYK
RGB Variations
Color information
#EC4B0D (or 0xEC4B0D) is known color: Persimmon. HEX triplet: EC, 4B and 0D. RGB value is (236,75,13). Sum of RGB (Red+Green+Blue) = 236+75+13=324 (42% of max value = 765). Red value is 236 (92.58% from 255 or 72.84% from 324); Green value is 75 (29.69% from 255 or 23.15% from 324); Blue value is 13 (5.47% from 255 or 4.01% from 324); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4B0D is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EC4B0D is #13B4F2. Grayscale: #747474. Windows color (decimal): -1291507 or 871404. OLE color: 871404.
HSL color Cylindrical-coordinate representation of color #EC4B0D: hue angle of 16.68º 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 #EC4B0D is Cyan = 0, Magento = 0.68, Yellow = 0.94 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 75 | 13 | - |
| CMYK | 0 | 0.68 | 0.94 | 0.07 |
| HSL | 16.68º | 0.9% | 0.49% | - |
| HSV(B) | 16.68º | 0.94% | 0.93% | - |
| XYZ | 37.18 | 22.89 | 2.84 | - |
| YUV | 116.07 | 69.84 | 213.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 75 | 13 | 0 | 0.68 | 0.94 | 0.07 | 16.68 | 0.9 | 0.49 |
| Hex | EC | 4B | D | 0 | 44 | 5E | 7 | 11 | 5A | 31 |
| Octal | 354 | 113 | 15 | 0 | 104 | 136 | 7 | 21 | 132 | 61 |
| Binary | 11101100 | 1001011 | 1101 | 0 | 1000100 | 1011110 | 111 | 10001 | 1011010 | 110001 |
Color Harmonies of #EC4B0D
Complementary color
Monochromatic Colors of #EC4B0D
Black with #EC4B0D
Text Example
Text Example
White with #EC4B0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC4B0D; }
p { color: rgb(236,75,13); }
H1.HeaderClassName
{
color: #EC4B0D;
}
.AnyTagClassName
{
color: #EC4B0D;
}
</style>
background-color css
<style>
a { background-color: #EC4B0D; }
a { background-color: rgb(236,75,13); }
div.DivClassName
{
background-color: #EC4B0D;
}
.BgClassName
{
background-color: #EC4B0D;
}
</style>
border-color css
<style>
span { border-color: #EC4B0D; }
span { border-color: rgb(236,75,13); }
td.TdClassName
{
border-color: #EC4B0D;
}
.TagClassName
{
border-color: #EC4B0D;
}
</style>