Shades of Persimmon #EE6114
Tints of Persimmon #EE6114
RGB
CMYK
RGB Variations
Color information
#EE6114 (or 0xEE6114) is known color: Persimmon. HEX triplet: EE, 61 and 14. RGB value is (238,97,20). Sum of RGB (Red+Green+Blue) = 238+97+20=355 (47% of max value = 765). Red value is 238 (93.36% from 255 or 67.04% from 355); Green value is 97 (38.28% from 255 or 27.32% from 355); Blue value is 20 (8.20% from 255 or 5.63% from 355); Max value from RGB is 238 - color contains mainly: red. Hex color #EE6114 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EE6114 is #119EEB. Grayscale: #828282. Windows color (decimal): -1154796 or 1335790. OLE color: 1335790.
HSL color Cylindrical-coordinate representation of color #EE6114: hue angle of 21.19º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #EE6114 is Cyan = 0, Magento = 0.59, Yellow = 0.92 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 97 | 20 | - |
| CMYK | 0 | 0.59 | 0.92 | 0.07 |
| HSL | 21.19º | 0.87% | 0.51% | - |
| HSV(B) | 21.19º | 0.92% | 0.93% | - |
| XYZ | 39.66 | 26.78 | 3.74 | - |
| YUV | 130.38 | 65.71 | 204.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 97 | 20 | 0 | 0.59 | 0.92 | 0.07 | 21.19 | 0.87 | 0.51 |
| Hex | EE | 61 | 14 | 0 | 3B | 5C | 7 | 15 | 57 | 33 |
| Octal | 356 | 141 | 24 | 0 | 73 | 134 | 7 | 25 | 127 | 63 |
| Binary | 11101110 | 1100001 | 10100 | 0 | 111011 | 1011100 | 111 | 10101 | 1010111 | 110011 |
Color Harmonies of #EE6114
Complementary color
Monochromatic Colors of #EE6114
Black with #EE6114
Text Example
Text Example
White with #EE6114
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE6114; }
p { color: rgb(238,97,20); }
H1.HeaderClassName
{
color: #EE6114;
}
.AnyTagClassName
{
color: #EE6114;
}
</style>
background-color css
<style>
a { background-color: #EE6114; }
a { background-color: rgb(238,97,20); }
div.DivClassName
{
background-color: #EE6114;
}
.BgClassName
{
background-color: #EE6114;
}
</style>
border-color css
<style>
span { border-color: #EE6114; }
span { border-color: rgb(238,97,20); }
td.TdClassName
{
border-color: #EE6114;
}
.TagClassName
{
border-color: #EE6114;
}
</style>