Shades of Persimmon #EF5202
Tints of Persimmon #EF5202
RGB
CMYK
RGB Variations
Color information
#EF5202 (or 0xEF5202) is known color: Persimmon. HEX triplet: EF, 52 and 02. RGB value is (239,82,2). Sum of RGB (Red+Green+Blue) = 239+82+2=323 (42% of max value = 765). Red value is 239 (93.75% from 255 or 73.99% from 323); Green value is 82 (32.42% from 255 or 25.39% from 323); Blue value is 2 (1.17% from 255 or 0.62% from 323); Max value from RGB is 239 - color contains mainly: red. Hex color #EF5202 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EF5202 is #10ADFD. Grayscale: #787878. Windows color (decimal): -1093118 or 152303. OLE color: 152303.
HSL color Cylindrical-coordinate representation of color #EF5202: hue angle of 20.25º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #EF5202 is Cyan = 0, Magento = 0.66, Yellow = 0.99 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 82 | 2 | - |
| CMYK | 0 | 0.66 | 0.99 | 0.06 |
| HSL | 20.25º | 0.98% | 0.47% | - |
| HSV(B) | 20.25º | 0.99% | 0.94% | - |
| XYZ | 38.62 | 24.39 | 2.73 | - |
| YUV | 119.82 | 61.51 | 213 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 82 | 2 | 0 | 0.66 | 0.99 | 0.06 | 20.25 | 0.98 | 0.47 |
| Hex | EF | 52 | 2 | 0 | 42 | 63 | 6 | 14 | 62 | 2F |
| Octal | 357 | 122 | 2 | 0 | 102 | 143 | 6 | 24 | 142 | 57 |
| Binary | 11101111 | 1010010 | 10 | 0 | 1000010 | 1100011 | 110 | 10100 | 1100010 | 101111 |
Color Harmonies of #EF5202
Complementary color
Monochromatic Colors of #EF5202
Black with #EF5202
Text Example
Text Example
White with #EF5202
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF5202; }
p { color: rgb(239,82,2); }
H1.HeaderClassName
{
color: #EF5202;
}
.AnyTagClassName
{
color: #EF5202;
}
</style>
background-color css
<style>
a { background-color: #EF5202; }
a { background-color: rgb(239,82,2); }
div.DivClassName
{
background-color: #EF5202;
}
.BgClassName
{
background-color: #EF5202;
}
</style>
border-color css
<style>
span { border-color: #EF5202; }
span { border-color: rgb(239,82,2); }
td.TdClassName
{
border-color: #EF5202;
}
.TagClassName
{
border-color: #EF5202;
}
</style>