Shades of Persimmon #EE6610
Tints of Persimmon #EE6610
RGB
CMYK
RGB Variations
Color information
#EE6610 (or 0xEE6610) is known color: Persimmon. HEX triplet: EE, 66 and 10. RGB value is (238,102,16). Sum of RGB (Red+Green+Blue) = 238+102+16=356 (47% of max value = 765). Red value is 238 (93.36% from 255 or 66.85% from 356); Green value is 102 (40.23% from 255 or 28.65% from 356); Blue value is 16 (6.64% from 255 or 4.49% from 356); Max value from RGB is 238 - color contains mainly: red. Hex color #EE6610 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EE6610 is #1199EF. Grayscale: #858585. Windows color (decimal): -1153520 or 1074926. OLE color: 1074926.
HSL color Cylindrical-coordinate representation of color #EE6610: hue angle of 23.24º 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 #EE6610 is Cyan = 0, Magento = 0.57, Yellow = 0.93 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 102 | 16 | - |
| CMYK | 0 | 0.57 | 0.93 | 0.07 |
| HSL | 23.24º | 0.87% | 0.5% | - |
| HSV(B) | 23.24º | 0.93% | 0.93% | - |
| XYZ | 40.1 | 27.72 | 3.73 | - |
| YUV | 132.86 | 62.06 | 202.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 102 | 16 | 0 | 0.57 | 0.93 | 0.07 | 23.24 | 0.87 | 0.5 |
| Hex | EE | 66 | 10 | 0 | 39 | 5D | 7 | 17 | 57 | 32 |
| Octal | 356 | 146 | 20 | 0 | 71 | 135 | 7 | 27 | 127 | 62 |
| Binary | 11101110 | 1100110 | 10000 | 0 | 111001 | 1011101 | 111 | 10111 | 1010111 | 110010 |
Color Harmonies of #EE6610
Complementary color
Monochromatic Colors of #EE6610
Black with #EE6610
Text Example
Text Example
White with #EE6610
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE6610; }
p { color: rgb(238,102,16); }
H1.HeaderClassName
{
color: #EE6610;
}
.AnyTagClassName
{
color: #EE6610;
}
</style>
background-color css
<style>
a { background-color: #EE6610; }
a { background-color: rgb(238,102,16); }
div.DivClassName
{
background-color: #EE6610;
}
.BgClassName
{
background-color: #EE6610;
}
</style>
border-color css
<style>
span { border-color: #EE6610; }
span { border-color: rgb(238,102,16); }
td.TdClassName
{
border-color: #EE6610;
}
.TagClassName
{
border-color: #EE6610;
}
</style>