Shades of Persimmon #EE6412
Tints of Persimmon #EE6412
RGB
CMYK
RGB Variations
Color information
#EE6412 (or 0xEE6412) is known color: Persimmon. HEX triplet: EE, 64 and 12. RGB value is (238,100,18). Sum of RGB (Red+Green+Blue) = 238+100+18=356 (47% of max value = 765). Red value is 238 (93.36% from 255 or 66.85% from 356); Green value is 100 (39.45% from 255 or 28.09% from 356); Blue value is 18 (7.42% from 255 or 5.06% from 356); Max value from RGB is 238 - color contains mainly: red. Hex color #EE6412 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EE6412 is #119BED. Grayscale: #848484. Windows color (decimal): -1154030 or 1205486. OLE color: 1205486.
HSL color Cylindrical-coordinate representation of color #EE6412: hue angle of 22.36º 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 #EE6412 is Cyan = 0, Magento = 0.58, Yellow = 0.92 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 100 | 18 | - |
| CMYK | 0 | 0.58 | 0.92 | 0.07 |
| HSL | 22.36º | 0.87% | 0.5% | - |
| HSV(B) | 22.36º | 0.92% | 0.93% | - |
| XYZ | 39.93 | 27.34 | 3.74 | - |
| YUV | 131.91 | 63.72 | 203.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 100 | 18 | 0 | 0.58 | 0.92 | 0.07 | 22.36 | 0.87 | 0.5 |
| Hex | EE | 64 | 12 | 0 | 3A | 5C | 7 | 16 | 57 | 32 |
| Octal | 356 | 144 | 22 | 0 | 72 | 134 | 7 | 26 | 127 | 62 |
| Binary | 11101110 | 1100100 | 10010 | 0 | 111010 | 1011100 | 111 | 10110 | 1010111 | 110010 |
Color Harmonies of #EE6412
Complementary color
Monochromatic Colors of #EE6412
Black with #EE6412
Text Example
Text Example
White with #EE6412
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE6412; }
p { color: rgb(238,100,18); }
H1.HeaderClassName
{
color: #EE6412;
}
.AnyTagClassName
{
color: #EE6412;
}
</style>
background-color css
<style>
a { background-color: #EE6412; }
a { background-color: rgb(238,100,18); }
div.DivClassName
{
background-color: #EE6412;
}
.BgClassName
{
background-color: #EE6412;
}
</style>
border-color css
<style>
span { border-color: #EE6412; }
span { border-color: rgb(238,100,18); }
td.TdClassName
{
border-color: #EE6412;
}
.TagClassName
{
border-color: #EE6412;
}
</style>