Shades of Persimmon #EF530E
Tints of Persimmon #EF530E
RGB
CMYK
RGB Variations
Color information
#EF530E (or 0xEF530E) is known color: Persimmon. HEX triplet: EF, 53 and 0E. RGB value is (239,83,14). Sum of RGB (Red+Green+Blue) = 239+83+14=336 (44% of max value = 765). Red value is 239 (93.75% from 255 or 71.13% from 336); Green value is 83 (32.81% from 255 or 24.70% from 336); Blue value is 14 (5.86% from 255 or 4.17% from 336); Max value from RGB is 239 - color contains mainly: red. Hex color #EF530E is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EF530E is #10ACF1. Grayscale: #7A7A7A. Windows color (decimal): -1092850 or 938991. OLE color: 938991.
HSL color Cylindrical-coordinate representation of color #EF530E: hue angle of 18.4º degrees, saturation: 0.89, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #EF530E is Cyan = 0, Magento = 0.65, Yellow = 0.94 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 83 | 14 | - |
| CMYK | 0 | 0.65 | 0.94 | 0.06 |
| HSL | 18.4º | 0.89% | 0.5% | - |
| HSV(B) | 18.4º | 0.94% | 0.94% | - |
| XYZ | 38.77 | 24.57 | 3.11 | - |
| YUV | 121.78 | 67.18 | 211.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 83 | 14 | 0 | 0.65 | 0.94 | 0.06 | 18.4 | 0.89 | 0.5 |
| Hex | EF | 53 | E | 0 | 41 | 5E | 6 | 12 | 59 | 32 |
| Octal | 357 | 123 | 16 | 0 | 101 | 136 | 6 | 22 | 131 | 62 |
| Binary | 11101111 | 1010011 | 1110 | 0 | 1000001 | 1011110 | 110 | 10010 | 1011001 | 110010 |
Color Harmonies of #EF530E
Complementary color
Monochromatic Colors of #EF530E
Black with #EF530E
Text Example
Text Example
White with #EF530E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF530E; }
p { color: rgb(239,83,14); }
H1.HeaderClassName
{
color: #EF530E;
}
.AnyTagClassName
{
color: #EF530E;
}
</style>
background-color css
<style>
a { background-color: #EF530E; }
a { background-color: rgb(239,83,14); }
div.DivClassName
{
background-color: #EF530E;
}
.BgClassName
{
background-color: #EF530E;
}
</style>
border-color css
<style>
span { border-color: #EF530E; }
span { border-color: rgb(239,83,14); }
td.TdClassName
{
border-color: #EF530E;
}
.TagClassName
{
border-color: #EF530E;
}
</style>