Shades of Persimmon #EE660E
Tints of Persimmon #EE660E
RGB
CMYK
RGB Variations
Color information
#EE660E (or 0xEE660E) is known color: Persimmon. HEX triplet: EE, 66 and 0E. RGB value is (238,102,14). Sum of RGB (Red+Green+Blue) = 238+102+14=354 (46% of max value = 765). Red value is 238 (93.36% from 255 or 67.23% from 354); Green value is 102 (40.23% from 255 or 28.81% from 354); Blue value is 14 (5.86% from 255 or 3.95% from 354); Max value from RGB is 238 - color contains mainly: red. Hex color #EE660E is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EE660E is #1199F1. Grayscale: #858585. Windows color (decimal): -1153522 or 943854. OLE color: 943854.
HSL color Cylindrical-coordinate representation of color #EE660E: hue angle of 23.57º degrees, saturation: 0.89, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #EE660E is Cyan = 0, Magento = 0.57, Yellow = 0.94 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 102 | 14 | - |
| CMYK | 0 | 0.57 | 0.94 | 0.07 |
| HSL | 23.57º | 0.89% | 0.49% | - |
| HSV(B) | 23.57º | 0.94% | 0.93% | - |
| XYZ | 40.09 | 27.71 | 3.65 | - |
| YUV | 132.63 | 61.06 | 203.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 102 | 14 | 0 | 0.57 | 0.94 | 0.07 | 23.57 | 0.89 | 0.49 |
| Hex | EE | 66 | E | 0 | 39 | 5E | 7 | 18 | 59 | 31 |
| Octal | 356 | 146 | 16 | 0 | 71 | 136 | 7 | 30 | 131 | 61 |
| Binary | 11101110 | 1100110 | 1110 | 0 | 111001 | 1011110 | 111 | 11000 | 1011001 | 110001 |
Color Harmonies of #EE660E
Complementary color
Monochromatic Colors of #EE660E
Black with #EE660E
Text Example
Text Example
White with #EE660E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE660E; }
p { color: rgb(238,102,14); }
H1.HeaderClassName
{
color: #EE660E;
}
.AnyTagClassName
{
color: #EE660E;
}
</style>
background-color css
<style>
a { background-color: #EE660E; }
a { background-color: rgb(238,102,14); }
div.DivClassName
{
background-color: #EE660E;
}
.BgClassName
{
background-color: #EE660E;
}
</style>
border-color css
<style>
span { border-color: #EE660E; }
span { border-color: rgb(238,102,14); }
td.TdClassName
{
border-color: #EE660E;
}
.TagClassName
{
border-color: #EE660E;
}
</style>