Shades of Persimmon #EF6201
Tints of Persimmon #EF6201
RGB
CMYK
RGB Variations
Color information
#EF6201 (or 0xEF6201) is known color: Persimmon. HEX triplet: EF, 62 and 01. RGB value is (239,98,1). Sum of RGB (Red+Green+Blue) = 239+98+1=338 (44% of max value = 765). Red value is 239 (93.75% from 255 or 70.71% from 338); Green value is 98 (38.67% from 255 or 28.99% from 338); Blue value is 1 (0.78% from 255 or 0.30% from 338); Max value from RGB is 239 - color contains mainly: red. Hex color #EF6201 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EF6201 is #109DFE. Grayscale: #818181. Windows color (decimal): -1089023 or 90863. OLE color: 90863.
HSL color Cylindrical-coordinate representation of color #EF6201: hue angle of 24.45º 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 #EF6201 is Cyan = 0, Magento = 0.59, Yellow = 1.00 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 98 | 1 | - |
| CMYK | 0 | 0.59 | 1.00 | 0.06 |
| HSL | 24.45º | 0.99% | 0.47% | - |
| HSV(B) | 24.45º | 1% | 0.94% | - |
| XYZ | 39.97 | 27.09 | 3.15 | - |
| YUV | 129.1 | 55.71 | 206.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 98 | 1 | 0 | 0.59 | 1.00 | 0.06 | 24.45 | 0.99 | 0.47 |
| Hex | EF | 62 | 1 | 0 | 3B | 64 | 6 | 18 | 63 | 2F |
| Octal | 357 | 142 | 1 | 0 | 73 | 144 | 6 | 30 | 143 | 57 |
| Binary | 11101111 | 1100010 | 1 | 0 | 111011 | 1100100 | 110 | 11000 | 1100011 | 101111 |
Color Harmonies of #EF6201
Complementary color
Monochromatic Colors of #EF6201
Black with #EF6201
Text Example
Text Example
White with #EF6201
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF6201; }
p { color: rgb(239,98,1); }
H1.HeaderClassName
{
color: #EF6201;
}
.AnyTagClassName
{
color: #EF6201;
}
</style>
background-color css
<style>
a { background-color: #EF6201; }
a { background-color: rgb(239,98,1); }
div.DivClassName
{
background-color: #EF6201;
}
.BgClassName
{
background-color: #EF6201;
}
</style>
border-color css
<style>
span { border-color: #EF6201; }
span { border-color: rgb(239,98,1); }
td.TdClassName
{
border-color: #EF6201;
}
.TagClassName
{
border-color: #EF6201;
}
</style>