Shades of Persimmon #EF5A08
Tints of Persimmon #EF5A08
RGB
CMYK
RGB Variations
Color information
#EF5A08 (or 0xEF5A08) is known color: Persimmon. HEX triplet: EF, 5A and 08. RGB value is (239,90,8). Sum of RGB (Red+Green+Blue) = 239+90+8=337 (44% of max value = 765). Red value is 239 (93.75% from 255 or 70.92% from 337); Green value is 90 (35.55% from 255 or 26.71% from 337); Blue value is 8 (3.52% from 255 or 2.37% from 337); Max value from RGB is 239 - color contains mainly: red. Hex color #EF5A08 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EF5A08 is #10A5F7. Grayscale: #7D7D7D. Windows color (decimal): -1091064 or 547567. OLE color: 547567.
HSL color Cylindrical-coordinate representation of color #EF5A08: hue angle of 21.3º 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 #EF5A08 is Cyan = 0, Magento = 0.62, Yellow = 0.97 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 90 | 8 | - |
| CMYK | 0 | 0.62 | 0.97 | 0.06 |
| HSL | 21.3º | 0.94% | 0.48% | - |
| HSV(B) | 21.3º | 0.97% | 0.94% | - |
| XYZ | 39.3 | 25.68 | 3.12 | - |
| YUV | 125.2 | 61.86 | 209.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 90 | 8 | 0 | 0.62 | 0.97 | 0.06 | 21.3 | 0.94 | 0.48 |
| Hex | EF | 5A | 8 | 0 | 3E | 61 | 6 | 15 | 5E | 30 |
| Octal | 357 | 132 | 10 | 0 | 76 | 141 | 6 | 25 | 136 | 60 |
| Binary | 11101111 | 1011010 | 1000 | 0 | 111110 | 1100001 | 110 | 10101 | 1011110 | 110000 |
Color Harmonies of #EF5A08
Complementary color
Monochromatic Colors of #EF5A08
Black with #EF5A08
Text Example
Text Example
White with #EF5A08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF5A08; }
p { color: rgb(239,90,8); }
H1.HeaderClassName
{
color: #EF5A08;
}
.AnyTagClassName
{
color: #EF5A08;
}
</style>
background-color css
<style>
a { background-color: #EF5A08; }
a { background-color: rgb(239,90,8); }
div.DivClassName
{
background-color: #EF5A08;
}
.BgClassName
{
background-color: #EF5A08;
}
</style>
border-color css
<style>
span { border-color: #EF5A08; }
span { border-color: rgb(239,90,8); }
td.TdClassName
{
border-color: #EF5A08;
}
.TagClassName
{
border-color: #EF5A08;
}
</style>