Shades of Persimmon #EF5C01
Tints of Persimmon #EF5C01
RGB
CMYK
RGB Variations
Color information
#EF5C01 (or 0xEF5C01) is known color: Persimmon. HEX triplet: EF, 5C and 01. RGB value is (239,92,1). Sum of RGB (Red+Green+Blue) = 239+92+1=332 (43% of max value = 765). Red value is 239 (93.75% from 255 or 71.99% from 332); Green value is 92 (36.33% from 255 or 27.71% from 332); Blue value is 1 (0.78% from 255 or 0.30% from 332); Max value from RGB is 239 - color contains mainly: red. Hex color #EF5C01 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EF5C01 is #10A3FE. Grayscale: #7E7E7E. Windows color (decimal): -1090559 or 89327. OLE color: 89327.
HSL color Cylindrical-coordinate representation of color #EF5C01: hue angle of 22.94º 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 #EF5C01 is Cyan = 0, Magento = 0.62, Yellow = 1.00 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 92 | 1 | - |
| CMYK | 0 | 0.62 | 1.00 | 0.06 |
| HSL | 22.94º | 0.99% | 0.47% | - |
| HSV(B) | 22.94º | 1% | 0.94% | - |
| XYZ | 39.43 | 26.01 | 2.97 | - |
| YUV | 125.58 | 57.7 | 208.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 92 | 1 | 0 | 0.62 | 1.00 | 0.06 | 22.94 | 0.99 | 0.47 |
| Hex | EF | 5C | 1 | 0 | 3E | 64 | 6 | 17 | 63 | 2F |
| Octal | 357 | 134 | 1 | 0 | 76 | 144 | 6 | 27 | 143 | 57 |
| Binary | 11101111 | 1011100 | 1 | 0 | 111110 | 1100100 | 110 | 10111 | 1100011 | 101111 |
Color Harmonies of #EF5C01
Complementary color
Monochromatic Colors of #EF5C01
Black with #EF5C01
Text Example
Text Example
White with #EF5C01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF5C01; }
p { color: rgb(239,92,1); }
H1.HeaderClassName
{
color: #EF5C01;
}
.AnyTagClassName
{
color: #EF5C01;
}
</style>
background-color css
<style>
a { background-color: #EF5C01; }
a { background-color: rgb(239,92,1); }
div.DivClassName
{
background-color: #EF5C01;
}
.BgClassName
{
background-color: #EF5C01;
}
</style>
border-color css
<style>
span { border-color: #EF5C01; }
span { border-color: rgb(239,92,1); }
td.TdClassName
{
border-color: #EF5C01;
}
.TagClassName
{
border-color: #EF5C01;
}
</style>