Shades of Persimmon #EF610B
Tints of Persimmon #EF610B
RGB
CMYK
RGB Variations
Color information
#EF610B (or 0xEF610B) is known color: Persimmon. HEX triplet: EF, 61 and 0B. RGB value is (239,97,11). Sum of RGB (Red+Green+Blue) = 239+97+11=347 (45% of max value = 765). Red value is 239 (93.75% from 255 or 68.88% from 347); Green value is 97 (38.28% from 255 or 27.95% from 347); Blue value is 11 (4.69% from 255 or 3.17% from 347); Max value from RGB is 239 - color contains mainly: red. Hex color #EF610B is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EF610B is #109EF4. Grayscale: #828282. Windows color (decimal): -1089269 or 745967. OLE color: 745967.
HSL color Cylindrical-coordinate representation of color #EF610B: hue angle of 22.63º degrees, saturation: 0.91, 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 #EF610B is Cyan = 0, Magento = 0.59, Yellow = 0.95 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 97 | 11 | - |
| CMYK | 0 | 0.59 | 0.95 | 0.06 |
| HSL | 22.63º | 0.91% | 0.49% | - |
| HSV(B) | 22.63º | 0.95% | 0.94% | - |
| XYZ | 39.93 | 26.92 | 3.41 | - |
| YUV | 129.65 | 61.04 | 205.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 97 | 11 | 0 | 0.59 | 0.95 | 0.06 | 22.63 | 0.91 | 0.49 |
| Hex | EF | 61 | B | 0 | 3B | 5F | 6 | 17 | 5B | 31 |
| Octal | 357 | 141 | 13 | 0 | 73 | 137 | 6 | 27 | 133 | 61 |
| Binary | 11101111 | 1100001 | 1011 | 0 | 111011 | 1011111 | 110 | 10111 | 1011011 | 110001 |
Color Harmonies of #EF610B
Complementary color
Monochromatic Colors of #EF610B
Black with #EF610B
Text Example
Text Example
White with #EF610B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF610B; }
p { color: rgb(239,97,11); }
H1.HeaderClassName
{
color: #EF610B;
}
.AnyTagClassName
{
color: #EF610B;
}
</style>
background-color css
<style>
a { background-color: #EF610B; }
a { background-color: rgb(239,97,11); }
div.DivClassName
{
background-color: #EF610B;
}
.BgClassName
{
background-color: #EF610B;
}
</style>
border-color css
<style>
span { border-color: #EF610B; }
span { border-color: rgb(239,97,11); }
td.TdClassName
{
border-color: #EF610B;
}
.TagClassName
{
border-color: #EF610B;
}
</style>