Shades of Persimmon #EC540F
Tints of Persimmon #EC540F
RGB
CMYK
RGB Variations
Color information
#EC540F (or 0xEC540F) is known color: Persimmon. HEX triplet: EC, 54 and 0F. RGB value is (236,84,15). Sum of RGB (Red+Green+Blue) = 236+84+15=335 (44% of max value = 765). Red value is 236 (92.58% from 255 or 70.45% from 335); Green value is 84 (33.20% from 255 or 25.07% from 335); Blue value is 15 (6.25% from 255 or 4.48% from 335); Max value from RGB is 236 - color contains mainly: red. Hex color #EC540F is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EC540F is #13ABF0. Grayscale: #7A7A7A. Windows color (decimal): -1289201 or 1004780. OLE color: 1004780.
HSL color Cylindrical-coordinate representation of color #EC540F: hue angle of 18.73º degrees, saturation: 0.88, 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 #EC540F is Cyan = 0, Magento = 0.64, Yellow = 0.94 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 84 | 15 | - |
| CMYK | 0 | 0.64 | 0.94 | 0.07 |
| HSL | 18.73º | 0.88% | 0.49% | - |
| HSV(B) | 18.73º | 0.94% | 0.93% | - |
| XYZ | 37.85 | 24.21 | 3.13 | - |
| YUV | 121.58 | 67.86 | 209.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 84 | 15 | 0 | 0.64 | 0.94 | 0.07 | 18.73 | 0.88 | 0.49 |
| Hex | EC | 54 | F | 0 | 40 | 5E | 7 | 13 | 58 | 31 |
| Octal | 354 | 124 | 17 | 0 | 100 | 136 | 7 | 23 | 130 | 61 |
| Binary | 11101100 | 1010100 | 1111 | 0 | 1000000 | 1011110 | 111 | 10011 | 1011000 | 110001 |
Color Harmonies of #EC540F
Complementary color
Monochromatic Colors of #EC540F
Black with #EC540F
Text Example
Text Example
White with #EC540F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC540F; }
p { color: rgb(236,84,15); }
H1.HeaderClassName
{
color: #EC540F;
}
.AnyTagClassName
{
color: #EC540F;
}
</style>
background-color css
<style>
a { background-color: #EC540F; }
a { background-color: rgb(236,84,15); }
div.DivClassName
{
background-color: #EC540F;
}
.BgClassName
{
background-color: #EC540F;
}
</style>
border-color css
<style>
span { border-color: #EC540F; }
span { border-color: rgb(236,84,15); }
td.TdClassName
{
border-color: #EC540F;
}
.TagClassName
{
border-color: #EC540F;
}
</style>