Shades of Persimmon #EF6512
Tints of Persimmon #EF6512
RGB
CMYK
RGB Variations
Color information
#EF6512 (or 0xEF6512) is known color: Persimmon. HEX triplet: EF, 65 and 12. RGB value is (239,101,18). Sum of RGB (Red+Green+Blue) = 239+101+18=358 (47% of max value = 765). Red value is 239 (93.75% from 255 or 66.76% from 358); Green value is 101 (39.84% from 255 or 28.21% from 358); Blue value is 18 (7.42% from 255 or 5.03% from 358); Max value from RGB is 239 - color contains mainly: red. Hex color #EF6512 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EF6512 is #109AED. Grayscale: #858585. Windows color (decimal): -1088238 or 1205743. OLE color: 1205743.
HSL color Cylindrical-coordinate representation of color #EF6512: hue angle of 22.53º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #EF6512 is Cyan = 0, Magento = 0.58, Yellow = 0.92 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 101 | 18 | - |
| CMYK | 0 | 0.58 | 0.92 | 0.06 |
| HSL | 22.53º | 0.87% | 0.5% | - |
| HSV(B) | 22.53º | 0.92% | 0.94% | - |
| XYZ | 40.36 | 27.7 | 3.79 | - |
| YUV | 132.8 | 63.22 | 203.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 101 | 18 | 0 | 0.58 | 0.92 | 0.06 | 22.53 | 0.87 | 0.5 |
| Hex | EF | 65 | 12 | 0 | 3A | 5C | 6 | 17 | 57 | 32 |
| Octal | 357 | 145 | 22 | 0 | 72 | 134 | 6 | 27 | 127 | 62 |
| Binary | 11101111 | 1100101 | 10010 | 0 | 111010 | 1011100 | 110 | 10111 | 1010111 | 110010 |
Color Harmonies of #EF6512
Complementary color
Monochromatic Colors of #EF6512
Black with #EF6512
Text Example
Text Example
White with #EF6512
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF6512; }
p { color: rgb(239,101,18); }
H1.HeaderClassName
{
color: #EF6512;
}
.AnyTagClassName
{
color: #EF6512;
}
</style>
background-color css
<style>
a { background-color: #EF6512; }
a { background-color: rgb(239,101,18); }
div.DivClassName
{
background-color: #EF6512;
}
.BgClassName
{
background-color: #EF6512;
}
</style>
border-color css
<style>
span { border-color: #EF6512; }
span { border-color: rgb(239,101,18); }
td.TdClassName
{
border-color: #EF6512;
}
.TagClassName
{
border-color: #EF6512;
}
</style>