Shades of Persimmon #EE6212
Tints of Persimmon #EE6212
RGB
CMYK
RGB Variations
Color information
#EE6212 (or 0xEE6212) is known color: Persimmon. HEX triplet: EE, 62 and 12. RGB value is (238,98,18). Sum of RGB (Red+Green+Blue) = 238+98+18=354 (46% of max value = 765). Red value is 238 (93.36% from 255 or 67.23% from 354); Green value is 98 (38.67% from 255 or 27.68% from 354); Blue value is 18 (7.42% from 255 or 5.08% from 354); Max value from RGB is 238 - color contains mainly: red. Hex color #EE6212 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EE6212 is #119DED. Grayscale: #838383. Windows color (decimal): -1154542 or 1204974. OLE color: 1204974.
HSL color Cylindrical-coordinate representation of color #EE6212: hue angle of 21.82º 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 #EE6212 is Cyan = 0, Magento = 0.59, Yellow = 0.92 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 98 | 18 | - |
| CMYK | 0 | 0.59 | 0.92 | 0.07 |
| HSL | 21.82º | 0.87% | 0.5% | - |
| HSV(B) | 21.82º | 0.92% | 0.93% | - |
| XYZ | 39.74 | 26.96 | 3.68 | - |
| YUV | 130.74 | 64.38 | 204.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 98 | 18 | 0 | 0.59 | 0.92 | 0.07 | 21.82 | 0.87 | 0.5 |
| Hex | EE | 62 | 12 | 0 | 3B | 5C | 7 | 16 | 57 | 32 |
| Octal | 356 | 142 | 22 | 0 | 73 | 134 | 7 | 26 | 127 | 62 |
| Binary | 11101110 | 1100010 | 10010 | 0 | 111011 | 1011100 | 111 | 10110 | 1010111 | 110010 |
Color Harmonies of #EE6212
Complementary color
Monochromatic Colors of #EE6212
Black with #EE6212
Text Example
Text Example
White with #EE6212
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE6212; }
p { color: rgb(238,98,18); }
H1.HeaderClassName
{
color: #EE6212;
}
.AnyTagClassName
{
color: #EE6212;
}
</style>
background-color css
<style>
a { background-color: #EE6212; }
a { background-color: rgb(238,98,18); }
div.DivClassName
{
background-color: #EE6212;
}
.BgClassName
{
background-color: #EE6212;
}
</style>
border-color css
<style>
span { border-color: #EE6212; }
span { border-color: rgb(238,98,18); }
td.TdClassName
{
border-color: #EE6212;
}
.TagClassName
{
border-color: #EE6212;
}
</style>