Shades of Persimmon #EE6612
Tints of Persimmon #EE6612
RGB
CMYK
RGB Variations
Color information
#EE6612 (or 0xEE6612) is known color: Persimmon. HEX triplet: EE, 66 and 12. RGB value is (238,102,18). Sum of RGB (Red+Green+Blue) = 238+102+18=358 (47% of max value = 765). Red value is 238 (93.36% from 255 or 66.48% from 358); Green value is 102 (40.23% from 255 or 28.49% from 358); Blue value is 18 (7.42% from 255 or 5.03% from 358); Max value from RGB is 238 - color contains mainly: red. Hex color #EE6612 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EE6612 is #1199ED. Grayscale: #858585. Windows color (decimal): -1153518 or 1205998. OLE color: 1205998.
HSL color Cylindrical-coordinate representation of color #EE6612: hue angle of 22.91º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #EE6612 is Cyan = 0, Magento = 0.57, Yellow = 0.92 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 102 | 18 | - |
| CMYK | 0 | 0.57 | 0.92 | 0.07 |
| HSL | 22.91º | 0.87% | 0.5% | - |
| HSV(B) | 22.91º | 0.92% | 0.93% | - |
| XYZ | 40.12 | 27.72 | 3.81 | - |
| YUV | 133.09 | 63.06 | 202.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 102 | 18 | 0 | 0.57 | 0.92 | 0.07 | 22.91 | 0.87 | 0.5 |
| Hex | EE | 66 | 12 | 0 | 39 | 5C | 7 | 17 | 57 | 32 |
| Octal | 356 | 146 | 22 | 0 | 71 | 134 | 7 | 27 | 127 | 62 |
| Binary | 11101110 | 1100110 | 10010 | 0 | 111001 | 1011100 | 111 | 10111 | 1010111 | 110010 |
Color Harmonies of #EE6612
Complementary color
Monochromatic Colors of #EE6612
Black with #EE6612
Text Example
Text Example
White with #EE6612
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE6612; }
p { color: rgb(238,102,18); }
H1.HeaderClassName
{
color: #EE6612;
}
.AnyTagClassName
{
color: #EE6612;
}
</style>
background-color css
<style>
a { background-color: #EE6612; }
a { background-color: rgb(238,102,18); }
div.DivClassName
{
background-color: #EE6612;
}
.BgClassName
{
background-color: #EE6612;
}
</style>
border-color css
<style>
span { border-color: #EE6612; }
span { border-color: rgb(238,102,18); }
td.TdClassName
{
border-color: #EE6612;
}
.TagClassName
{
border-color: #EE6612;
}
</style>