Shades of Persimmon #EF5102
Tints of Persimmon #EF5102
RGB
CMYK
RGB Variations
Color information
#EF5102 (or 0xEF5102) is known color: Persimmon. HEX triplet: EF, 51 and 02. RGB value is (239,81,2). Sum of RGB (Red+Green+Blue) = 239+81+2=322 (42% of max value = 765). Red value is 239 (93.75% from 255 or 74.22% from 322); Green value is 81 (32.03% from 255 or 25.16% from 322); Blue value is 2 (1.17% from 255 or 0.62% from 322); Max value from RGB is 239 - color contains mainly: red. Hex color #EF5102 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EF5102 is #10AEFD. Grayscale: #777777. Windows color (decimal): -1093374 or 152047. OLE color: 152047.
HSL color Cylindrical-coordinate representation of color #EF5102: hue angle of 20º 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 #EF5102 is Cyan = 0, Magento = 0.66, Yellow = 0.99 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 81 | 2 | - |
| CMYK | 0 | 0.66 | 0.99 | 0.06 |
| HSL | 20º | 0.98% | 0.47% | - |
| HSV(B) | 20º | 0.99% | 0.94% | - |
| XYZ | 38.55 | 24.24 | 2.7 | - |
| YUV | 119.24 | 61.85 | 213.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 81 | 2 | 0 | 0.66 | 0.99 | 0.06 | 20 | 0.98 | 0.47 |
| Hex | EF | 51 | 2 | 0 | 42 | 63 | 6 | 14 | 62 | 2F |
| Octal | 357 | 121 | 2 | 0 | 102 | 143 | 6 | 24 | 142 | 57 |
| Binary | 11101111 | 1010001 | 10 | 0 | 1000010 | 1100011 | 110 | 10100 | 1100010 | 101111 |
Color Harmonies of #EF5102
Complementary color
Monochromatic Colors of #EF5102
Black with #EF5102
Text Example
Text Example
White with #EF5102
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF5102; }
p { color: rgb(239,81,2); }
H1.HeaderClassName
{
color: #EF5102;
}
.AnyTagClassName
{
color: #EF5102;
}
</style>
background-color css
<style>
a { background-color: #EF5102; }
a { background-color: rgb(239,81,2); }
div.DivClassName
{
background-color: #EF5102;
}
.BgClassName
{
background-color: #EF5102;
}
</style>
border-color css
<style>
span { border-color: #EF5102; }
span { border-color: rgb(239,81,2); }
td.TdClassName
{
border-color: #EF5102;
}
.TagClassName
{
border-color: #EF5102;
}
</style>