Shades of Persimmon #EE5711
Tints of Persimmon #EE5711
RGB
CMYK
RGB Variations
Color information
#EE5711 (or 0xEE5711) is known color: Persimmon. HEX triplet: EE, 57 and 11. RGB value is (238,87,17). Sum of RGB (Red+Green+Blue) = 238+87+17=342 (45% of max value = 765). Red value is 238 (93.36% from 255 or 69.59% from 342); Green value is 87 (34.38% from 255 or 25.44% from 342); Blue value is 17 (7.03% from 255 or 4.97% from 342); Max value from RGB is 238 - color contains mainly: red. Hex color #EE5711 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EE5711 is #11A8EE. Grayscale: #7C7C7C. Windows color (decimal): -1157359 or 1136622. OLE color: 1136622.
HSL color Cylindrical-coordinate representation of color #EE5711: hue angle of 19º 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 #EE5711 is Cyan = 0, Magento = 0.63, Yellow = 0.93 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 87 | 17 | - |
| CMYK | 0 | 0.63 | 0.93 | 0.07 |
| HSL | 19º | 0.87% | 0.5% | - |
| HSV(B) | 19º | 0.93% | 0.93% | - |
| XYZ | 38.77 | 25.03 | 3.32 | - |
| YUV | 124.17 | 67.53 | 209.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 87 | 17 | 0 | 0.63 | 0.93 | 0.07 | 19 | 0.87 | 0.5 |
| Hex | EE | 57 | 11 | 0 | 3F | 5D | 7 | 13 | 57 | 32 |
| Octal | 356 | 127 | 21 | 0 | 77 | 135 | 7 | 23 | 127 | 62 |
| Binary | 11101110 | 1010111 | 10001 | 0 | 111111 | 1011101 | 111 | 10011 | 1010111 | 110010 |
Color Harmonies of #EE5711
Complementary color
Monochromatic Colors of #EE5711
Black with #EE5711
Text Example
Text Example
White with #EE5711
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE5711; }
p { color: rgb(238,87,17); }
H1.HeaderClassName
{
color: #EE5711;
}
.AnyTagClassName
{
color: #EE5711;
}
</style>
background-color css
<style>
a { background-color: #EE5711; }
a { background-color: rgb(238,87,17); }
div.DivClassName
{
background-color: #EE5711;
}
.BgClassName
{
background-color: #EE5711;
}
</style>
border-color css
<style>
span { border-color: #EE5711; }
span { border-color: rgb(238,87,17); }
td.TdClassName
{
border-color: #EE5711;
}
.TagClassName
{
border-color: #EE5711;
}
</style>