Shades of Persimmon #EE5610
Tints of Persimmon #EE5610
RGB
CMYK
RGB Variations
Color information
#EE5610 (or 0xEE5610) is known color: Persimmon. HEX triplet: EE, 56 and 10. RGB value is (238,86,16). Sum of RGB (Red+Green+Blue) = 238+86+16=340 (45% of max value = 765). Red value is 238 (93.36% from 255 or 70% from 340); Green value is 86 (33.98% from 255 or 25.29% from 340); Blue value is 16 (6.64% from 255 or 4.71% from 340); Max value from RGB is 238 - color contains mainly: red. Hex color #EE5610 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EE5610 is #11A9EF. Grayscale: #7B7B7B. Windows color (decimal): -1157616 or 1070830. OLE color: 1070830.
HSL color Cylindrical-coordinate representation of color #EE5610: hue angle of 18.92º 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 #EE5610 is Cyan = 0, Magento = 0.64, Yellow = 0.93 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 86 | 16 | - |
| CMYK | 0 | 0.64 | 0.93 | 0.07 |
| HSL | 18.92º | 0.87% | 0.5% | - |
| HSV(B) | 18.92º | 0.93% | 0.93% | - |
| XYZ | 38.68 | 24.87 | 3.25 | - |
| YUV | 123.47 | 67.36 | 209.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 86 | 16 | 0 | 0.64 | 0.93 | 0.07 | 18.92 | 0.87 | 0.5 |
| Hex | EE | 56 | 10 | 0 | 40 | 5D | 7 | 13 | 57 | 32 |
| Octal | 356 | 126 | 20 | 0 | 100 | 135 | 7 | 23 | 127 | 62 |
| Binary | 11101110 | 1010110 | 10000 | 0 | 1000000 | 1011101 | 111 | 10011 | 1010111 | 110010 |
Color Harmonies of #EE5610
Complementary color
Monochromatic Colors of #EE5610
Black with #EE5610
Text Example
Text Example
White with #EE5610
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE5610; }
p { color: rgb(238,86,16); }
H1.HeaderClassName
{
color: #EE5610;
}
.AnyTagClassName
{
color: #EE5610;
}
</style>
background-color css
<style>
a { background-color: #EE5610; }
a { background-color: rgb(238,86,16); }
div.DivClassName
{
background-color: #EE5610;
}
.BgClassName
{
background-color: #EE5610;
}
</style>
border-color css
<style>
span { border-color: #EE5610; }
span { border-color: rgb(238,86,16); }
td.TdClassName
{
border-color: #EE5610;
}
.TagClassName
{
border-color: #EE5610;
}
</style>