Shades of Persimmon #EF6212
Tints of Persimmon #EF6212
RGB
CMYK
RGB Variations
Color information
#EF6212 (or 0xEF6212) is known color: Persimmon. HEX triplet: EF, 62 and 12. RGB value is (239,98,18). Sum of RGB (Red+Green+Blue) = 239+98+18=355 (47% of max value = 765). Red value is 239 (93.75% from 255 or 67.32% from 355); Green value is 98 (38.67% from 255 or 27.61% from 355); Blue value is 18 (7.42% from 255 or 5.07% from 355); Max value from RGB is 239 - color contains mainly: red. Hex color #EF6212 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EF6212 is #109DED. Grayscale: #838383. Windows color (decimal): -1089006 or 1204975. OLE color: 1204975.
HSL color Cylindrical-coordinate representation of color #EF6212: hue angle of 21.72º 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 #EF6212 is Cyan = 0, Magento = 0.59, Yellow = 0.92 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 98 | 18 | - |
| CMYK | 0 | 0.59 | 0.92 | 0.06 |
| HSL | 21.72º | 0.87% | 0.5% | - |
| HSV(B) | 21.72º | 0.92% | 0.94% | - |
| XYZ | 40.07 | 27.13 | 3.7 | - |
| YUV | 131.04 | 64.21 | 205 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 98 | 18 | 0 | 0.59 | 0.92 | 0.06 | 21.72 | 0.87 | 0.5 |
| Hex | EF | 62 | 12 | 0 | 3B | 5C | 6 | 16 | 57 | 32 |
| Octal | 357 | 142 | 22 | 0 | 73 | 134 | 6 | 26 | 127 | 62 |
| Binary | 11101111 | 1100010 | 10010 | 0 | 111011 | 1011100 | 110 | 10110 | 1010111 | 110010 |
Color Harmonies of #EF6212
Complementary color
Monochromatic Colors of #EF6212
Black with #EF6212
Text Example
Text Example
White with #EF6212
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF6212; }
p { color: rgb(239,98,18); }
H1.HeaderClassName
{
color: #EF6212;
}
.AnyTagClassName
{
color: #EF6212;
}
</style>
background-color css
<style>
a { background-color: #EF6212; }
a { background-color: rgb(239,98,18); }
div.DivClassName
{
background-color: #EF6212;
}
.BgClassName
{
background-color: #EF6212;
}
</style>
border-color css
<style>
span { border-color: #EF6212; }
span { border-color: rgb(239,98,18); }
td.TdClassName
{
border-color: #EF6212;
}
.TagClassName
{
border-color: #EF6212;
}
</style>