Shades of Persimmon #EF610C
Tints of Persimmon #EF610C
RGB
CMYK
RGB Variations
Color information
#EF610C (or 0xEF610C) is known color: Persimmon. HEX triplet: EF, 61 and 0C. RGB value is (239,97,12). Sum of RGB (Red+Green+Blue) = 239+97+12=348 (46% of max value = 765). Red value is 239 (93.75% from 255 or 68.68% from 348); Green value is 97 (38.28% from 255 or 27.87% from 348); Blue value is 12 (5.08% from 255 or 3.45% from 348); Max value from RGB is 239 - color contains mainly: red. Hex color #EF610C is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EF610C is #109EF3. Grayscale: #828282. Windows color (decimal): -1089268 or 811503. OLE color: 811503.
HSL color Cylindrical-coordinate representation of color #EF610C: hue angle of 22.47º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #EF610C is Cyan = 0, Magento = 0.59, Yellow = 0.95 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 97 | 12 | - |
| CMYK | 0 | 0.59 | 0.95 | 0.06 |
| HSL | 22.47º | 0.9% | 0.49% | - |
| HSV(B) | 22.47º | 0.95% | 0.94% | - |
| XYZ | 39.94 | 26.93 | 3.44 | - |
| YUV | 129.77 | 61.54 | 205.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 97 | 12 | 0 | 0.59 | 0.95 | 0.06 | 22.47 | 0.9 | 0.49 |
| Hex | EF | 61 | C | 0 | 3B | 5F | 6 | 16 | 5A | 31 |
| Octal | 357 | 141 | 14 | 0 | 73 | 137 | 6 | 26 | 132 | 61 |
| Binary | 11101111 | 1100001 | 1100 | 0 | 111011 | 1011111 | 110 | 10110 | 1011010 | 110001 |
Color Harmonies of #EF610C
Complementary color
Monochromatic Colors of #EF610C
Black with #EF610C
Text Example
Text Example
White with #EF610C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF610C; }
p { color: rgb(239,97,12); }
H1.HeaderClassName
{
color: #EF610C;
}
.AnyTagClassName
{
color: #EF610C;
}
</style>
background-color css
<style>
a { background-color: #EF610C; }
a { background-color: rgb(239,97,12); }
div.DivClassName
{
background-color: #EF610C;
}
.BgClassName
{
background-color: #EF610C;
}
</style>
border-color css
<style>
span { border-color: #EF610C; }
span { border-color: rgb(239,97,12); }
td.TdClassName
{
border-color: #EF610C;
}
.TagClassName
{
border-color: #EF610C;
}
</style>