Shades of Persimmon #EF540A
Tints of Persimmon #EF540A
RGB
CMYK
RGB Variations
Color information
#EF540A (or 0xEF540A) is known color: Persimmon. HEX triplet: EF, 54 and 0A. RGB value is (239,84,10). Sum of RGB (Red+Green+Blue) = 239+84+10=333 (44% of max value = 765). Red value is 239 (93.75% from 255 or 71.77% from 333); Green value is 84 (33.20% from 255 or 25.23% from 333); Blue value is 10 (4.30% from 255 or 3.00% from 333); Max value from RGB is 239 - color contains mainly: red. Hex color #EF540A is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EF540A is #10ABF5. Grayscale: #7A7A7A. Windows color (decimal): -1092598 or 677103. OLE color: 677103.
HSL color Cylindrical-coordinate representation of color #EF540A: hue angle of 19.39º degrees, saturation: 0.92, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #EF540A is Cyan = 0, Magento = 0.65, Yellow = 0.96 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 84 | 10 | - |
| CMYK | 0 | 0.65 | 0.96 | 0.06 |
| HSL | 19.39º | 0.92% | 0.49% | - |
| HSV(B) | 19.39º | 0.96% | 0.94% | - |
| XYZ | 38.82 | 24.71 | 3.01 | - |
| YUV | 121.91 | 64.85 | 211.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 84 | 10 | 0 | 0.65 | 0.96 | 0.06 | 19.39 | 0.92 | 0.49 |
| Hex | EF | 54 | A | 0 | 41 | 60 | 6 | 13 | 5C | 31 |
| Octal | 357 | 124 | 12 | 0 | 101 | 140 | 6 | 23 | 134 | 61 |
| Binary | 11101111 | 1010100 | 1010 | 0 | 1000001 | 1100000 | 110 | 10011 | 1011100 | 110001 |
Color Harmonies of #EF540A
Complementary color
Monochromatic Colors of #EF540A
Black with #EF540A
Text Example
Text Example
White with #EF540A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF540A; }
p { color: rgb(239,84,10); }
H1.HeaderClassName
{
color: #EF540A;
}
.AnyTagClassName
{
color: #EF540A;
}
</style>
background-color css
<style>
a { background-color: #EF540A; }
a { background-color: rgb(239,84,10); }
div.DivClassName
{
background-color: #EF540A;
}
.BgClassName
{
background-color: #EF540A;
}
</style>
border-color css
<style>
span { border-color: #EF540A; }
span { border-color: rgb(239,84,10); }
td.TdClassName
{
border-color: #EF540A;
}
.TagClassName
{
border-color: #EF540A;
}
</style>