Shades of Persimmon #EF540C
Tints of Persimmon #EF540C
RGB
CMYK
RGB Variations
Color information
#EF540C (or 0xEF540C) is known color: Persimmon. HEX triplet: EF, 54 and 0C. RGB value is (239,84,12). Sum of RGB (Red+Green+Blue) = 239+84+12=335 (44% of max value = 765). Red value is 239 (93.75% from 255 or 71.34% from 335); Green value is 84 (33.20% from 255 or 25.07% from 335); Blue value is 12 (5.08% from 255 or 3.58% from 335); Max value from RGB is 239 - color contains mainly: red. Hex color #EF540C is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EF540C is #10ABF3. Grayscale: #7A7A7A. Windows color (decimal): -1092596 or 808175. OLE color: 808175.
HSL color Cylindrical-coordinate representation of color #EF540C: hue angle of 19.03º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #EF540C is Cyan = 0, Magento = 0.65, Yellow = 0.95 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 84 | 12 | - |
| CMYK | 0 | 0.65 | 0.95 | 0.06 |
| HSL | 19.03º | 0.9% | 0.49% | - |
| HSV(B) | 19.03º | 0.95% | 0.94% | - |
| XYZ | 38.83 | 24.72 | 3.07 | - |
| YUV | 122.14 | 65.85 | 211.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 84 | 12 | 0 | 0.65 | 0.95 | 0.06 | 19.03 | 0.9 | 0.49 |
| Hex | EF | 54 | C | 0 | 41 | 5F | 6 | 13 | 5A | 31 |
| Octal | 357 | 124 | 14 | 0 | 101 | 137 | 6 | 23 | 132 | 61 |
| Binary | 11101111 | 1010100 | 1100 | 0 | 1000001 | 1011111 | 110 | 10011 | 1011010 | 110001 |
Color Harmonies of #EF540C
Complementary color
Monochromatic Colors of #EF540C
Black with #EF540C
Text Example
Text Example
White with #EF540C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF540C; }
p { color: rgb(239,84,12); }
H1.HeaderClassName
{
color: #EF540C;
}
.AnyTagClassName
{
color: #EF540C;
}
</style>
background-color css
<style>
a { background-color: #EF540C; }
a { background-color: rgb(239,84,12); }
div.DivClassName
{
background-color: #EF540C;
}
.BgClassName
{
background-color: #EF540C;
}
</style>
border-color css
<style>
span { border-color: #EF540C; }
span { border-color: rgb(239,84,12); }
td.TdClassName
{
border-color: #EF540C;
}
.TagClassName
{
border-color: #EF540C;
}
</style>