Shades of Persimmon #EF4D08
Tints of Persimmon #EF4D08
RGB
CMYK
RGB Variations
Color information
#EF4D08 (or 0xEF4D08) is known color: Persimmon. HEX triplet: EF, 4D and 08. RGB value is (239,77,8). Sum of RGB (Red+Green+Blue) = 239+77+8=324 (42% of max value = 765). Red value is 239 (93.75% from 255 or 73.77% from 324); Green value is 77 (30.47% from 255 or 23.77% from 324); Blue value is 8 (3.52% from 255 or 2.47% from 324); Max value from RGB is 239 - color contains mainly: red. Hex color #EF4D08 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EF4D08 is #10B2F7. Grayscale: #767676. Windows color (decimal): -1094392 or 544239. OLE color: 544239.
HSL color Cylindrical-coordinate representation of color #EF4D08: hue angle of 17.92º degrees, saturation: 0.94, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #EF4D08 is Cyan = 0, Magento = 0.68, Yellow = 0.97 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 77 | 8 | - |
| CMYK | 0 | 0.68 | 0.97 | 0.06 |
| HSL | 17.92º | 0.94% | 0.48% | - |
| HSV(B) | 17.92º | 0.97% | 0.94% | - |
| XYZ | 38.29 | 23.68 | 2.78 | - |
| YUV | 117.57 | 66.17 | 214.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 77 | 8 | 0 | 0.68 | 0.97 | 0.06 | 17.92 | 0.94 | 0.48 |
| Hex | EF | 4D | 8 | 0 | 44 | 61 | 6 | 12 | 5E | 30 |
| Octal | 357 | 115 | 10 | 0 | 104 | 141 | 6 | 22 | 136 | 60 |
| Binary | 11101111 | 1001101 | 1000 | 0 | 1000100 | 1100001 | 110 | 10010 | 1011110 | 110000 |
Color Harmonies of #EF4D08
Complementary color
Monochromatic Colors of #EF4D08
Black with #EF4D08
Text Example
Text Example
White with #EF4D08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF4D08; }
p { color: rgb(239,77,8); }
H1.HeaderClassName
{
color: #EF4D08;
}
.AnyTagClassName
{
color: #EF4D08;
}
</style>
background-color css
<style>
a { background-color: #EF4D08; }
a { background-color: rgb(239,77,8); }
div.DivClassName
{
background-color: #EF4D08;
}
.BgClassName
{
background-color: #EF4D08;
}
</style>
border-color css
<style>
span { border-color: #EF4D08; }
span { border-color: rgb(239,77,8); }
td.TdClassName
{
border-color: #EF4D08;
}
.TagClassName
{
border-color: #EF4D08;
}
</style>