Shades of Persimmon #EF540D
Tints of Persimmon #EF540D
RGB
CMYK
RGB Variations
Color information
#EF540D (or 0xEF540D) is known color: Persimmon. HEX triplet: EF, 54 and 0D. RGB value is (239,84,13). Sum of RGB (Red+Green+Blue) = 239+84+13=336 (44% of max value = 765). Red value is 239 (93.75% from 255 or 71.13% from 336); Green value is 84 (33.20% from 255 or 25% from 336); Blue value is 13 (5.47% from 255 or 3.87% from 336); Max value from RGB is 239 - color contains mainly: red. Hex color #EF540D is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EF540D is #10ABF2. Grayscale: #7A7A7A. Windows color (decimal): -1092595 or 873711. OLE color: 873711.
HSL color Cylindrical-coordinate representation of color #EF540D: hue angle of 18.85º 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 #EF540D is Cyan = 0, Magento = 0.65, Yellow = 0.95 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 84 | 13 | - |
| CMYK | 0 | 0.65 | 0.95 | 0.06 |
| HSL | 18.85º | 0.9% | 0.49% | - |
| HSV(B) | 18.85º | 0.95% | 0.94% | - |
| XYZ | 38.84 | 24.72 | 3.11 | - |
| YUV | 122.25 | 66.35 | 211.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 84 | 13 | 0 | 0.65 | 0.95 | 0.06 | 18.85 | 0.9 | 0.49 |
| Hex | EF | 54 | D | 0 | 41 | 5F | 6 | 13 | 5A | 31 |
| Octal | 357 | 124 | 15 | 0 | 101 | 137 | 6 | 23 | 132 | 61 |
| Binary | 11101111 | 1010100 | 1101 | 0 | 1000001 | 1011111 | 110 | 10011 | 1011010 | 110001 |
Color Harmonies of #EF540D
Complementary color
Monochromatic Colors of #EF540D
Black with #EF540D
Text Example
Text Example
White with #EF540D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF540D; }
p { color: rgb(239,84,13); }
H1.HeaderClassName
{
color: #EF540D;
}
.AnyTagClassName
{
color: #EF540D;
}
</style>
background-color css
<style>
a { background-color: #EF540D; }
a { background-color: rgb(239,84,13); }
div.DivClassName
{
background-color: #EF540D;
}
.BgClassName
{
background-color: #EF540D;
}
</style>
border-color css
<style>
span { border-color: #EF540D; }
span { border-color: rgb(239,84,13); }
td.TdClassName
{
border-color: #EF540D;
}
.TagClassName
{
border-color: #EF540D;
}
</style>