Shades of Persimmon #EF5219
Tints of Persimmon #EF5219
RGB
CMYK
RGB Variations
Color information
#EF5219 (or 0xEF5219) is known color: Persimmon. HEX triplet: EF, 52 and 19. RGB value is (239,82,25). Sum of RGB (Red+Green+Blue) = 239+82+25=346 (45% of max value = 765). Red value is 239 (93.75% from 255 or 69.08% from 346); Green value is 82 (32.42% from 255 or 23.70% from 346); Blue value is 25 (10.16% from 255 or 7.23% from 346); Max value from RGB is 239 - color contains mainly: red. Hex color #EF5219 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EF5219 is #10ADE6. Grayscale: #7A7A7A. Windows color (decimal): -1093095 or 1659631. OLE color: 1659631.
HSL color Cylindrical-coordinate representation of color #EF5219: hue angle of 15.98º degrees, saturation: 0.87, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #EF5219 is Cyan = 0, Magento = 0.66, Yellow = 0.90 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 82 | 25 | - |
| CMYK | 0 | 0.66 | 0.90 | 0.06 |
| HSL | 15.98º | 0.87% | 0.52% | - |
| HSV(B) | 15.98º | 0.9% | 0.94% | - |
| XYZ | 38.79 | 24.46 | 3.6 | - |
| YUV | 122.45 | 73.01 | 211.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 82 | 25 | 0 | 0.66 | 0.90 | 0.06 | 15.98 | 0.87 | 0.52 |
| Hex | EF | 52 | 19 | 0 | 42 | 5A | 6 | 10 | 57 | 34 |
| Octal | 357 | 122 | 31 | 0 | 102 | 132 | 6 | 20 | 127 | 64 |
| Binary | 11101111 | 1010010 | 11001 | 0 | 1000010 | 1011010 | 110 | 10000 | 1010111 | 110100 |
Color Harmonies of #EF5219
Complementary color
Monochromatic Colors of #EF5219
Black with #EF5219
Text Example
Text Example
White with #EF5219
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF5219; }
p { color: rgb(239,82,25); }
H1.HeaderClassName
{
color: #EF5219;
}
.AnyTagClassName
{
color: #EF5219;
}
</style>
background-color css
<style>
a { background-color: #EF5219; }
a { background-color: rgb(239,82,25); }
div.DivClassName
{
background-color: #EF5219;
}
.BgClassName
{
background-color: #EF5219;
}
</style>
border-color css
<style>
span { border-color: #EF5219; }
span { border-color: rgb(239,82,25); }
td.TdClassName
{
border-color: #EF5219;
}
.TagClassName
{
border-color: #EF5219;
}
</style>