Shades of Persimmon #EE5110
Tints of Persimmon #EE5110
RGB
CMYK
RGB Variations
Color information
#EE5110 (or 0xEE5110) is known color: Persimmon. HEX triplet: EE, 51 and 10. RGB value is (238,81,16). Sum of RGB (Red+Green+Blue) = 238+81+16=335 (44% of max value = 765). Red value is 238 (93.36% from 255 or 71.04% from 335); Green value is 81 (32.03% from 255 or 24.18% from 335); Blue value is 16 (6.64% from 255 or 4.78% from 335); Max value from RGB is 238 - color contains mainly: red. Hex color #EE5110 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EE5110 is #11AEEF. Grayscale: #787878. Windows color (decimal): -1158896 or 1069550. OLE color: 1069550.
HSL color Cylindrical-coordinate representation of color #EE5110: hue angle of 17.57º 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 #EE5110 is Cyan = 0, Magento = 0.66, Yellow = 0.93 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 81 | 16 | - |
| CMYK | 0 | 0.66 | 0.93 | 0.07 |
| HSL | 17.57º | 0.87% | 0.5% | - |
| HSV(B) | 17.57º | 0.93% | 0.93% | - |
| XYZ | 38.3 | 24.1 | 3.12 | - |
| YUV | 120.53 | 69.01 | 211.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 81 | 16 | 0 | 0.66 | 0.93 | 0.07 | 17.57 | 0.87 | 0.5 |
| Hex | EE | 51 | 10 | 0 | 42 | 5D | 7 | 12 | 57 | 32 |
| Octal | 356 | 121 | 20 | 0 | 102 | 135 | 7 | 22 | 127 | 62 |
| Binary | 11101110 | 1010001 | 10000 | 0 | 1000010 | 1011101 | 111 | 10010 | 1010111 | 110010 |
Color Harmonies of #EE5110
Complementary color
Monochromatic Colors of #EE5110
Black with #EE5110
Text Example
Text Example
White with #EE5110
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE5110; }
p { color: rgb(238,81,16); }
H1.HeaderClassName
{
color: #EE5110;
}
.AnyTagClassName
{
color: #EE5110;
}
</style>
background-color css
<style>
a { background-color: #EE5110; }
a { background-color: rgb(238,81,16); }
div.DivClassName
{
background-color: #EE5110;
}
.BgClassName
{
background-color: #EE5110;
}
</style>
border-color css
<style>
span { border-color: #EE5110; }
span { border-color: rgb(238,81,16); }
td.TdClassName
{
border-color: #EE5110;
}
.TagClassName
{
border-color: #EE5110;
}
</style>