Shades of Persimmon #EF610A
Tints of Persimmon #EF610A
RGB
CMYK
RGB Variations
Color information
#EF610A (or 0xEF610A) is known color: Persimmon. HEX triplet: EF, 61 and 0A. RGB value is (239,97,10). Sum of RGB (Red+Green+Blue) = 239+97+10=346 (45% of max value = 765). Red value is 239 (93.75% from 255 or 69.08% from 346); Green value is 97 (38.28% from 255 or 28.03% from 346); Blue value is 10 (4.30% from 255 or 2.89% from 346); Max value from RGB is 239 - color contains mainly: red. Hex color #EF610A is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EF610A is #109EF5. Grayscale: #828282. Windows color (decimal): -1089270 or 680431. OLE color: 680431.
HSL color Cylindrical-coordinate representation of color #EF610A: hue angle of 22.79º degrees, saturation: 0.92, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #EF610A is Cyan = 0, Magento = 0.59, Yellow = 0.96 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 97 | 10 | - |
| CMYK | 0 | 0.59 | 0.96 | 0.06 |
| HSL | 22.79º | 0.92% | 0.49% | - |
| HSV(B) | 22.79º | 0.96% | 0.94% | - |
| XYZ | 39.93 | 26.92 | 3.38 | - |
| YUV | 129.54 | 60.54 | 206.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 97 | 10 | 0 | 0.59 | 0.96 | 0.06 | 22.79 | 0.92 | 0.49 |
| Hex | EF | 61 | A | 0 | 3B | 60 | 6 | 17 | 5C | 31 |
| Octal | 357 | 141 | 12 | 0 | 73 | 140 | 6 | 27 | 134 | 61 |
| Binary | 11101111 | 1100001 | 1010 | 0 | 111011 | 1100000 | 110 | 10111 | 1011100 | 110001 |
Color Harmonies of #EF610A
Complementary color
Monochromatic Colors of #EF610A
Black with #EF610A
Text Example
Text Example
White with #EF610A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF610A; }
p { color: rgb(239,97,10); }
H1.HeaderClassName
{
color: #EF610A;
}
.AnyTagClassName
{
color: #EF610A;
}
</style>
background-color css
<style>
a { background-color: #EF610A; }
a { background-color: rgb(239,97,10); }
div.DivClassName
{
background-color: #EF610A;
}
.BgClassName
{
background-color: #EF610A;
}
</style>
border-color css
<style>
span { border-color: #EF610A; }
span { border-color: rgb(239,97,10); }
td.TdClassName
{
border-color: #EF610A;
}
.TagClassName
{
border-color: #EF610A;
}
</style>