Shades of Persimmon #EF6410
Tints of Persimmon #EF6410
RGB
CMYK
RGB Variations
Color information
#EF6410 (or 0xEF6410) is known color: Persimmon. HEX triplet: EF, 64 and 10. RGB value is (239,100,16). Sum of RGB (Red+Green+Blue) = 239+100+16=355 (47% of max value = 765). Red value is 239 (93.75% from 255 or 67.32% from 355); Green value is 100 (39.45% from 255 or 28.17% from 355); Blue value is 16 (6.64% from 255 or 4.51% from 355); Max value from RGB is 239 - color contains mainly: red. Hex color #EF6410 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EF6410 is #109BEF. Grayscale: #848484. Windows color (decimal): -1088496 or 1074415. OLE color: 1074415.
HSL color Cylindrical-coordinate representation of color #EF6410: hue angle of 22.6º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #EF6410 is Cyan = 0, Magento = 0.58, Yellow = 0.93 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 100 | 16 | - |
| CMYK | 0 | 0.58 | 0.93 | 0.06 |
| HSL | 22.6º | 0.87% | 0.5% | - |
| HSV(B) | 22.6º | 0.93% | 0.94% | - |
| XYZ | 40.25 | 27.5 | 3.68 | - |
| YUV | 131.99 | 62.55 | 204.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 100 | 16 | 0 | 0.58 | 0.93 | 0.06 | 22.6 | 0.87 | 0.5 |
| Hex | EF | 64 | 10 | 0 | 3A | 5D | 6 | 17 | 57 | 32 |
| Octal | 357 | 144 | 20 | 0 | 72 | 135 | 6 | 27 | 127 | 62 |
| Binary | 11101111 | 1100100 | 10000 | 0 | 111010 | 1011101 | 110 | 10111 | 1010111 | 110010 |
Color Harmonies of #EF6410
Complementary color
Monochromatic Colors of #EF6410
Black with #EF6410
Text Example
Text Example
White with #EF6410
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF6410; }
p { color: rgb(239,100,16); }
H1.HeaderClassName
{
color: #EF6410;
}
.AnyTagClassName
{
color: #EF6410;
}
</style>
background-color css
<style>
a { background-color: #EF6410; }
a { background-color: rgb(239,100,16); }
div.DivClassName
{
background-color: #EF6410;
}
.BgClassName
{
background-color: #EF6410;
}
</style>
border-color css
<style>
span { border-color: #EF6410; }
span { border-color: rgb(239,100,16); }
td.TdClassName
{
border-color: #EF6410;
}
.TagClassName
{
border-color: #EF6410;
}
</style>