Shades of Persimmon #EF5319
Tints of Persimmon #EF5319
RGB
CMYK
RGB Variations
Color information
#EF5319 (or 0xEF5319) is known color: Persimmon. HEX triplet: EF, 53 and 19. RGB value is (239,83,25). Sum of RGB (Red+Green+Blue) = 239+83+25=347 (45% of max value = 765). Red value is 239 (93.75% from 255 or 68.88% from 347); Green value is 83 (32.81% from 255 or 23.92% from 347); Blue value is 25 (10.16% from 255 or 7.20% from 347); Max value from RGB is 239 - color contains mainly: red. Hex color #EF5319 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EF5319 is #10ACE6. Grayscale: #7B7B7B. Windows color (decimal): -1092839 or 1659887. OLE color: 1659887.
HSL color Cylindrical-coordinate representation of color #EF5319: hue angle of 16.26º 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 #EF5319 is Cyan = 0, Magento = 0.65, Yellow = 0.90 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 83 | 25 | - |
| CMYK | 0 | 0.65 | 0.90 | 0.06 |
| HSL | 16.26º | 0.87% | 0.52% | - |
| HSV(B) | 16.26º | 0.9% | 0.94% | - |
| XYZ | 38.87 | 24.61 | 3.62 | - |
| YUV | 123.03 | 72.68 | 210.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 83 | 25 | 0 | 0.65 | 0.90 | 0.06 | 16.26 | 0.87 | 0.52 |
| Hex | EF | 53 | 19 | 0 | 41 | 5A | 6 | 10 | 57 | 34 |
| Octal | 357 | 123 | 31 | 0 | 101 | 132 | 6 | 20 | 127 | 64 |
| Binary | 11101111 | 1010011 | 11001 | 0 | 1000001 | 1011010 | 110 | 10000 | 1010111 | 110100 |
Color Harmonies of #EF5319
Complementary color
Monochromatic Colors of #EF5319
Black with #EF5319
Text Example
Text Example
White with #EF5319
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF5319; }
p { color: rgb(239,83,25); }
H1.HeaderClassName
{
color: #EF5319;
}
.AnyTagClassName
{
color: #EF5319;
}
</style>
background-color css
<style>
a { background-color: #EF5319; }
a { background-color: rgb(239,83,25); }
div.DivClassName
{
background-color: #EF5319;
}
.BgClassName
{
background-color: #EF5319;
}
</style>
border-color css
<style>
span { border-color: #EF5319; }
span { border-color: rgb(239,83,25); }
td.TdClassName
{
border-color: #EF5319;
}
.TagClassName
{
border-color: #EF5319;
}
</style>