Shades of Persimmon #EF4E08
Tints of Persimmon #EF4E08
RGB
CMYK
RGB Variations
Color information
#EF4E08 (or 0xEF4E08) is known color: Persimmon. HEX triplet: EF, 4E and 08. RGB value is (239,78,8). Sum of RGB (Red+Green+Blue) = 239+78+8=325 (43% of max value = 765). Red value is 239 (93.75% from 255 or 73.54% from 325); Green value is 78 (30.86% from 255 or 24% from 325); Blue value is 8 (3.52% from 255 or 2.46% from 325); Max value from RGB is 239 - color contains mainly: red. Hex color #EF4E08 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EF4E08 is #10B1F7. Grayscale: #767676. Windows color (decimal): -1094136 or 544495. OLE color: 544495.
HSL color Cylindrical-coordinate representation of color #EF4E08: hue angle of 18.18º 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 #EF4E08 is Cyan = 0, Magento = 0.67, Yellow = 0.97 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 78 | 8 | - |
| CMYK | 0 | 0.67 | 0.97 | 0.06 |
| HSL | 18.18º | 0.94% | 0.48% | - |
| HSV(B) | 18.18º | 0.97% | 0.94% | - |
| XYZ | 38.36 | 23.82 | 2.8 | - |
| YUV | 118.16 | 65.84 | 214.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 78 | 8 | 0 | 0.67 | 0.97 | 0.06 | 18.18 | 0.94 | 0.48 |
| Hex | EF | 4E | 8 | 0 | 43 | 61 | 6 | 12 | 5E | 30 |
| Octal | 357 | 116 | 10 | 0 | 103 | 141 | 6 | 22 | 136 | 60 |
| Binary | 11101111 | 1001110 | 1000 | 0 | 1000011 | 1100001 | 110 | 10010 | 1011110 | 110000 |
Color Harmonies of #EF4E08
Complementary color
Monochromatic Colors of #EF4E08
Black with #EF4E08
Text Example
Text Example
White with #EF4E08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF4E08; }
p { color: rgb(239,78,8); }
H1.HeaderClassName
{
color: #EF4E08;
}
.AnyTagClassName
{
color: #EF4E08;
}
</style>
background-color css
<style>
a { background-color: #EF4E08; }
a { background-color: rgb(239,78,8); }
div.DivClassName
{
background-color: #EF4E08;
}
.BgClassName
{
background-color: #EF4E08;
}
</style>
border-color css
<style>
span { border-color: #EF4E08; }
span { border-color: rgb(239,78,8); }
td.TdClassName
{
border-color: #EF4E08;
}
.TagClassName
{
border-color: #EF4E08;
}
</style>