Shades of Persimmon #EF5201
Tints of Persimmon #EF5201
RGB
CMYK
RGB Variations
Color information
#EF5201 (or 0xEF5201) is known color: Persimmon. HEX triplet: EF, 52 and 01. RGB value is (239,82,1). Sum of RGB (Red+Green+Blue) = 239+82+1=322 (42% of max value = 765). Red value is 239 (93.75% from 255 or 74.22% from 322); Green value is 82 (32.42% from 255 or 25.47% from 322); Blue value is 1 (0.78% from 255 or 0.31% from 322); Max value from RGB is 239 - color contains mainly: red. Hex color #EF5201 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EF5201 is #10ADFE. Grayscale: #787878. Windows color (decimal): -1093119 or 86767. OLE color: 86767.
HSL color Cylindrical-coordinate representation of color #EF5201: hue angle of 20.42º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EF5201 is Cyan = 0, Magento = 0.66, Yellow = 1.00 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 82 | 1 | - |
| CMYK | 0 | 0.66 | 1.00 | 0.06 |
| HSL | 20.42º | 0.99% | 0.47% | - |
| HSV(B) | 20.42º | 1% | 0.94% | - |
| XYZ | 38.62 | 24.39 | 2.7 | - |
| YUV | 119.71 | 61.01 | 213.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 82 | 1 | 0 | 0.66 | 1.00 | 0.06 | 20.42 | 0.99 | 0.47 |
| Hex | EF | 52 | 1 | 0 | 42 | 64 | 6 | 14 | 63 | 2F |
| Octal | 357 | 122 | 1 | 0 | 102 | 144 | 6 | 24 | 143 | 57 |
| Binary | 11101111 | 1010010 | 1 | 0 | 1000010 | 1100100 | 110 | 10100 | 1100011 | 101111 |
Color Harmonies of #EF5201
Complementary color
Monochromatic Colors of #EF5201
Black with #EF5201
Text Example
Text Example
White with #EF5201
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF5201; }
p { color: rgb(239,82,1); }
H1.HeaderClassName
{
color: #EF5201;
}
.AnyTagClassName
{
color: #EF5201;
}
</style>
background-color css
<style>
a { background-color: #EF5201; }
a { background-color: rgb(239,82,1); }
div.DivClassName
{
background-color: #EF5201;
}
.BgClassName
{
background-color: #EF5201;
}
</style>
border-color css
<style>
span { border-color: #EF5201; }
span { border-color: rgb(239,82,1); }
td.TdClassName
{
border-color: #EF5201;
}
.TagClassName
{
border-color: #EF5201;
}
</style>