Shades of Persimmon #EF6401
Tints of Persimmon #EF6401
RGB
CMYK
RGB Variations
Color information
#EF6401 (or 0xEF6401) is known color: Persimmon. HEX triplet: EF, 64 and 01. RGB value is (239,100,1). Sum of RGB (Red+Green+Blue) = 239+100+1=340 (45% of max value = 765). Red value is 239 (93.75% from 255 or 70.29% from 340); Green value is 100 (39.45% from 255 or 29.41% from 340); Blue value is 1 (0.78% from 255 or 0.29% from 340); Max value from RGB is 239 - color contains mainly: red. Hex color #EF6401 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EF6401 is #109BFE. Grayscale: #828282. Windows color (decimal): -1088511 or 91375. OLE color: 91375.
HSL color Cylindrical-coordinate representation of color #EF6401: hue angle of 24.96º 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 #EF6401 is Cyan = 0, Magento = 0.58, Yellow = 1.00 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 100 | 1 | - |
| CMYK | 0 | 0.58 | 1.00 | 0.06 |
| HSL | 24.96º | 0.99% | 0.47% | - |
| HSV(B) | 24.96º | 1% | 0.94% | - |
| XYZ | 40.16 | 27.47 | 3.21 | - |
| YUV | 130.28 | 55.05 | 205.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 100 | 1 | 0 | 0.58 | 1.00 | 0.06 | 24.96 | 0.99 | 0.47 |
| Hex | EF | 64 | 1 | 0 | 3A | 64 | 6 | 19 | 63 | 2F |
| Octal | 357 | 144 | 1 | 0 | 72 | 144 | 6 | 31 | 143 | 57 |
| Binary | 11101111 | 1100100 | 1 | 0 | 111010 | 1100100 | 110 | 11001 | 1100011 | 101111 |
Color Harmonies of #EF6401
Complementary color
Monochromatic Colors of #EF6401
Black with #EF6401
Text Example
Text Example
White with #EF6401
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF6401; }
p { color: rgb(239,100,1); }
H1.HeaderClassName
{
color: #EF6401;
}
.AnyTagClassName
{
color: #EF6401;
}
</style>
background-color css
<style>
a { background-color: #EF6401; }
a { background-color: rgb(239,100,1); }
div.DivClassName
{
background-color: #EF6401;
}
.BgClassName
{
background-color: #EF6401;
}
</style>
border-color css
<style>
span { border-color: #EF6401; }
span { border-color: rgb(239,100,1); }
td.TdClassName
{
border-color: #EF6401;
}
.TagClassName
{
border-color: #EF6401;
}
</style>