Shades of Persimmon #EF5305
Tints of Persimmon #EF5305
RGB
CMYK
RGB Variations
Color information
#EF5305 (or 0xEF5305) is known color: Persimmon. HEX triplet: EF, 53 and 05. RGB value is (239,83,5). Sum of RGB (Red+Green+Blue) = 239+83+5=327 (43% of max value = 765). Red value is 239 (93.75% from 255 or 73.09% from 327); Green value is 83 (32.81% from 255 or 25.38% from 327); Blue value is 5 (2.34% from 255 or 1.53% from 327); Max value from RGB is 239 - color contains mainly: red. Hex color #EF5305 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EF5305 is #10ACFA. Grayscale: #797979. Windows color (decimal): -1092859 or 349167. OLE color: 349167.
HSL color Cylindrical-coordinate representation of color #EF5305: hue angle of 20º degrees, saturation: 0.96, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #EF5305 is Cyan = 0, Magento = 0.65, Yellow = 0.98 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 83 | 5 | - |
| CMYK | 0 | 0.65 | 0.98 | 0.06 |
| HSL | 20º | 0.96% | 0.48% | - |
| HSV(B) | 20º | 0.98% | 0.94% | - |
| XYZ | 38.72 | 24.55 | 2.84 | - |
| YUV | 120.75 | 62.68 | 212.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 83 | 5 | 0 | 0.65 | 0.98 | 0.06 | 20 | 0.96 | 0.48 |
| Hex | EF | 53 | 5 | 0 | 41 | 62 | 6 | 14 | 60 | 30 |
| Octal | 357 | 123 | 5 | 0 | 101 | 142 | 6 | 24 | 140 | 60 |
| Binary | 11101111 | 1010011 | 101 | 0 | 1000001 | 1100010 | 110 | 10100 | 1100000 | 110000 |
Color Harmonies of #EF5305
Complementary color
Monochromatic Colors of #EF5305
Black with #EF5305
Text Example
Text Example
White with #EF5305
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF5305; }
p { color: rgb(239,83,5); }
H1.HeaderClassName
{
color: #EF5305;
}
.AnyTagClassName
{
color: #EF5305;
}
</style>
background-color css
<style>
a { background-color: #EF5305; }
a { background-color: rgb(239,83,5); }
div.DivClassName
{
background-color: #EF5305;
}
.BgClassName
{
background-color: #EF5305;
}
</style>
border-color css
<style>
span { border-color: #EF5305; }
span { border-color: rgb(239,83,5); }
td.TdClassName
{
border-color: #EF5305;
}
.TagClassName
{
border-color: #EF5305;
}
</style>