Shades of Persimmon #EE6111
Tints of Persimmon #EE6111
RGB
CMYK
RGB Variations
Color information
#EE6111 (or 0xEE6111) is known color: Persimmon. HEX triplet: EE, 61 and 11. RGB value is (238,97,17). Sum of RGB (Red+Green+Blue) = 238+97+17=352 (46% of max value = 765). Red value is 238 (93.36% from 255 or 67.61% from 352); Green value is 97 (38.28% from 255 or 27.56% from 352); Blue value is 17 (7.03% from 255 or 4.83% from 352); Max value from RGB is 238 - color contains mainly: red. Hex color #EE6111 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EE6111 is #119EEE. Grayscale: #828282. Windows color (decimal): -1154799 or 1139182. OLE color: 1139182.
HSL color Cylindrical-coordinate representation of color #EE6111: hue angle of 21.72º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #EE6111 is Cyan = 0, Magento = 0.59, Yellow = 0.93 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 97 | 17 | - |
| CMYK | 0 | 0.59 | 0.93 | 0.07 |
| HSL | 21.72º | 0.87% | 0.5% | - |
| HSV(B) | 21.72º | 0.93% | 0.93% | - |
| XYZ | 39.64 | 26.77 | 3.61 | - |
| YUV | 130.04 | 64.21 | 205 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 97 | 17 | 0 | 0.59 | 0.93 | 0.07 | 21.72 | 0.87 | 0.5 |
| Hex | EE | 61 | 11 | 0 | 3B | 5D | 7 | 16 | 57 | 32 |
| Octal | 356 | 141 | 21 | 0 | 73 | 135 | 7 | 26 | 127 | 62 |
| Binary | 11101110 | 1100001 | 10001 | 0 | 111011 | 1011101 | 111 | 10110 | 1010111 | 110010 |
Color Harmonies of #EE6111
Complementary color
Monochromatic Colors of #EE6111
Black with #EE6111
Text Example
Text Example
White with #EE6111
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE6111; }
p { color: rgb(238,97,17); }
H1.HeaderClassName
{
color: #EE6111;
}
.AnyTagClassName
{
color: #EE6111;
}
</style>
background-color css
<style>
a { background-color: #EE6111; }
a { background-color: rgb(238,97,17); }
div.DivClassName
{
background-color: #EE6111;
}
.BgClassName
{
background-color: #EE6111;
}
</style>
border-color css
<style>
span { border-color: #EE6111; }
span { border-color: rgb(238,97,17); }
td.TdClassName
{
border-color: #EE6111;
}
.TagClassName
{
border-color: #EE6111;
}
</style>