Shades of Persimmon #EF5D01
Tints of Persimmon #EF5D01
RGB
CMYK
RGB Variations
Color information
#EF5D01 (or 0xEF5D01) is known color: Persimmon. HEX triplet: EF, 5D and 01. RGB value is (239,93,1). Sum of RGB (Red+Green+Blue) = 239+93+1=333 (44% of max value = 765). Red value is 239 (93.75% from 255 or 71.77% from 333); Green value is 93 (36.72% from 255 or 27.93% from 333); Blue value is 1 (0.78% from 255 or 0.30% from 333); Max value from RGB is 239 - color contains mainly: red. Hex color #EF5D01 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EF5D01 is #10A2FE. Grayscale: #7E7E7E. Windows color (decimal): -1090303 or 89583. OLE color: 89583.
HSL color Cylindrical-coordinate representation of color #EF5D01: hue angle of 23.19º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EF5D01 is Cyan = 0, Magento = 0.61, Yellow = 1.00 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 93 | 1 | - |
| CMYK | 0 | 0.61 | 1.00 | 0.06 |
| HSL | 23.19º | 0.99% | 0.47% | - |
| HSV(B) | 23.19º | 1% | 0.94% | - |
| XYZ | 39.52 | 26.18 | 3 | - |
| YUV | 126.17 | 57.37 | 208.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 93 | 1 | 0 | 0.61 | 1.00 | 0.06 | 23.19 | 0.99 | 0.47 |
| Hex | EF | 5D | 1 | 0 | 3D | 64 | 6 | 17 | 63 | 2F |
| Octal | 357 | 135 | 1 | 0 | 75 | 144 | 6 | 27 | 143 | 57 |
| Binary | 11101111 | 1011101 | 1 | 0 | 111101 | 1100100 | 110 | 10111 | 1100011 | 101111 |
Color Harmonies of #EF5D01
Complementary color
Monochromatic Colors of #EF5D01
Black with #EF5D01
Text Example
Text Example
White with #EF5D01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF5D01; }
p { color: rgb(239,93,1); }
H1.HeaderClassName
{
color: #EF5D01;
}
.AnyTagClassName
{
color: #EF5D01;
}
</style>
background-color css
<style>
a { background-color: #EF5D01; }
a { background-color: rgb(239,93,1); }
div.DivClassName
{
background-color: #EF5D01;
}
.BgClassName
{
background-color: #EF5D01;
}
</style>
border-color css
<style>
span { border-color: #EF5D01; }
span { border-color: rgb(239,93,1); }
td.TdClassName
{
border-color: #EF5D01;
}
.TagClassName
{
border-color: #EF5D01;
}
</style>