Shades of Persimmon #EE6711
Tints of Persimmon #EE6711
RGB
CMYK
RGB Variations
Color information
#EE6711 (or 0xEE6711) is known color: Persimmon. HEX triplet: EE, 67 and 11. RGB value is (238,103,17). Sum of RGB (Red+Green+Blue) = 238+103+17=358 (47% of max value = 765). Red value is 238 (93.36% from 255 or 66.48% from 358); Green value is 103 (40.62% from 255 or 28.77% from 358); Blue value is 17 (7.03% from 255 or 4.75% from 358); Max value from RGB is 238 - color contains mainly: red. Hex color #EE6711 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EE6711 is #1198EE. Grayscale: #868686. Windows color (decimal): -1153263 or 1140718. OLE color: 1140718.
HSL color Cylindrical-coordinate representation of color #EE6711: hue angle of 23.35º 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 #EE6711 is Cyan = 0, Magento = 0.57, Yellow = 0.93 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 103 | 17 | - |
| CMYK | 0 | 0.57 | 0.93 | 0.07 |
| HSL | 23.35º | 0.87% | 0.5% | - |
| HSV(B) | 23.35º | 0.93% | 0.93% | - |
| XYZ | 40.21 | 27.92 | 3.8 | - |
| YUV | 133.56 | 62.23 | 202.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 103 | 17 | 0 | 0.57 | 0.93 | 0.07 | 23.35 | 0.87 | 0.5 |
| Hex | EE | 67 | 11 | 0 | 39 | 5D | 7 | 17 | 57 | 32 |
| Octal | 356 | 147 | 21 | 0 | 71 | 135 | 7 | 27 | 127 | 62 |
| Binary | 11101110 | 1100111 | 10001 | 0 | 111001 | 1011101 | 111 | 10111 | 1010111 | 110010 |
Color Harmonies of #EE6711
Complementary color
Monochromatic Colors of #EE6711
Black with #EE6711
Text Example
Text Example
White with #EE6711
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE6711; }
p { color: rgb(238,103,17); }
H1.HeaderClassName
{
color: #EE6711;
}
.AnyTagClassName
{
color: #EE6711;
}
</style>
background-color css
<style>
a { background-color: #EE6711; }
a { background-color: rgb(238,103,17); }
div.DivClassName
{
background-color: #EE6711;
}
.BgClassName
{
background-color: #EE6711;
}
</style>
border-color css
<style>
span { border-color: #EE6711; }
span { border-color: rgb(238,103,17); }
td.TdClassName
{
border-color: #EE6711;
}
.TagClassName
{
border-color: #EE6711;
}
</style>