Shades of Persimmon #EF5002
Tints of Persimmon #EF5002
RGB
CMYK
RGB Variations
Color information
#EF5002 (or 0xEF5002) is known color: Persimmon. HEX triplet: EF, 50 and 02. RGB value is (239,80,2). Sum of RGB (Red+Green+Blue) = 239+80+2=321 (42% of max value = 765). Red value is 239 (93.75% from 255 or 74.45% from 321); Green value is 80 (31.64% from 255 or 24.92% from 321); Blue value is 2 (1.17% from 255 or 0.62% from 321); Max value from RGB is 239 - color contains mainly: red. Hex color #EF5002 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EF5002 is #10AFFD. Grayscale: #777777. Windows color (decimal): -1093630 or 151791. OLE color: 151791.
HSL color Cylindrical-coordinate representation of color #EF5002: hue angle of 19.75º 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 #EF5002 is Cyan = 0, Magento = 0.67, Yellow = 0.99 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 80 | 2 | - |
| CMYK | 0 | 0.67 | 0.99 | 0.06 |
| HSL | 19.75º | 0.98% | 0.47% | - |
| HSV(B) | 19.75º | 0.99% | 0.94% | - |
| XYZ | 38.48 | 24.09 | 2.68 | - |
| YUV | 118.65 | 62.18 | 213.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 80 | 2 | 0 | 0.67 | 0.99 | 0.06 | 19.75 | 0.98 | 0.47 |
| Hex | EF | 50 | 2 | 0 | 43 | 63 | 6 | 14 | 62 | 2F |
| Octal | 357 | 120 | 2 | 0 | 103 | 143 | 6 | 24 | 142 | 57 |
| Binary | 11101111 | 1010000 | 10 | 0 | 1000011 | 1100011 | 110 | 10100 | 1100010 | 101111 |
Color Harmonies of #EF5002
Complementary color
Monochromatic Colors of #EF5002
Black with #EF5002
Text Example
Text Example
White with #EF5002
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF5002; }
p { color: rgb(239,80,2); }
H1.HeaderClassName
{
color: #EF5002;
}
.AnyTagClassName
{
color: #EF5002;
}
</style>
background-color css
<style>
a { background-color: #EF5002; }
a { background-color: rgb(239,80,2); }
div.DivClassName
{
background-color: #EF5002;
}
.BgClassName
{
background-color: #EF5002;
}
</style>
border-color css
<style>
span { border-color: #EF5002; }
span { border-color: rgb(239,80,2); }
td.TdClassName
{
border-color: #EF5002;
}
.TagClassName
{
border-color: #EF5002;
}
</style>