Shades of Persimmon #EF5C00
Tints of Persimmon #EF5C00
RGB
CMYK
RGB Variations
Color information
#EF5C00 (or 0xEF5C00) is known color: Persimmon. HEX triplet: EF, 5C and 00. RGB value is (239,92,0). Sum of RGB (Red+Green+Blue) = 239+92+0=331 (43% of max value = 765). Red value is 239 (93.75% from 255 or 72.21% from 331); Green value is 92 (36.33% from 255 or 27.79% from 331); Blue value is 0 (0.39% from 255 or 0% from 331); Max value from RGB is 239 - color contains mainly: red. Hex color #EF5C00 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EF5C00 is #10A3FF. Grayscale: #7D7D7D. Windows color (decimal): -1090560 or 23791. OLE color: 23791.
HSL color Cylindrical-coordinate representation of color #EF5C00: hue angle of 23.1º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EF5C00 is Cyan = 0, Magento = 0.62, Yellow = 1 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 92 | 0 | - |
| CMYK | 0 | 0.62 | 1 | 0.06 |
| HSL | 23.1º | 1% | 0.47% | - |
| HSV(B) | 23.1º | 1% | 0.94% | - |
| XYZ | 39.42 | 26.01 | 2.94 | - |
| YUV | 125.47 | 57.2 | 208.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 92 | 0 | 0 | 0.62 | 1 | 0.06 | 23.1 | 1 | 0.47 |
| Hex | EF | 5C | 0 | 0 | 3E | 64 | 6 | 17 | 64 | 2F |
| Octal | 357 | 134 | 0 | 0 | 76 | 144 | 6 | 27 | 144 | 57 |
| Binary | 11101111 | 1011100 | 0 | 0 | 111110 | 1100100 | 110 | 10111 | 1100100 | 101111 |
Color Harmonies of #EF5C00
Complementary color
Monochromatic Colors of #EF5C00
Black with #EF5C00
Text Example
Text Example
White with #EF5C00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF5C00; }
p { color: rgb(239,92,0); }
H1.HeaderClassName
{
color: #EF5C00;
}
.AnyTagClassName
{
color: #EF5C00;
}
</style>
background-color css
<style>
a { background-color: #EF5C00; }
a { background-color: rgb(239,92,0); }
div.DivClassName
{
background-color: #EF5C00;
}
.BgClassName
{
background-color: #EF5C00;
}
</style>
border-color css
<style>
span { border-color: #EF5C00; }
span { border-color: rgb(239,92,0); }
td.TdClassName
{
border-color: #EF5C00;
}
.TagClassName
{
border-color: #EF5C00;
}
</style>