Shades of Persimmon #EE6013
Tints of Persimmon #EE6013
RGB
CMYK
RGB Variations
Color information
#EE6013 (or 0xEE6013) is known color: Persimmon. HEX triplet: EE, 60 and 13. RGB value is (238,96,19). Sum of RGB (Red+Green+Blue) = 238+96+19=353 (46% of max value = 765). Red value is 238 (93.36% from 255 or 67.42% from 353); Green value is 96 (37.89% from 255 or 27.20% from 353); Blue value is 19 (7.81% from 255 or 5.38% from 353); Max value from RGB is 238 - color contains mainly: red. Hex color #EE6013 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EE6013 is #119FEC. Grayscale: #828282. Windows color (decimal): -1155053 or 1269998. OLE color: 1269998.
HSL color Cylindrical-coordinate representation of color #EE6013: hue angle of 21.1º 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 #EE6013 is Cyan = 0, Magento = 0.60, Yellow = 0.92 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 96 | 19 | - |
| CMYK | 0 | 0.60 | 0.92 | 0.07 |
| HSL | 21.1º | 0.87% | 0.5% | - |
| HSV(B) | 21.1º | 0.92% | 0.93% | - |
| XYZ | 39.56 | 26.59 | 3.66 | - |
| YUV | 129.68 | 65.54 | 205.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 96 | 19 | 0 | 0.60 | 0.92 | 0.07 | 21.1 | 0.87 | 0.5 |
| Hex | EE | 60 | 13 | 0 | 3C | 5C | 7 | 15 | 57 | 32 |
| Octal | 356 | 140 | 23 | 0 | 74 | 134 | 7 | 25 | 127 | 62 |
| Binary | 11101110 | 1100000 | 10011 | 0 | 111100 | 1011100 | 111 | 10101 | 1010111 | 110010 |
Color Harmonies of #EE6013
Complementary color
Monochromatic Colors of #EE6013
Black with #EE6013
Text Example
Text Example
White with #EE6013
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE6013; }
p { color: rgb(238,96,19); }
H1.HeaderClassName
{
color: #EE6013;
}
.AnyTagClassName
{
color: #EE6013;
}
</style>
background-color css
<style>
a { background-color: #EE6013; }
a { background-color: rgb(238,96,19); }
div.DivClassName
{
background-color: #EE6013;
}
.BgClassName
{
background-color: #EE6013;
}
</style>
border-color css
<style>
span { border-color: #EE6013; }
span { border-color: rgb(238,96,19); }
td.TdClassName
{
border-color: #EE6013;
}
.TagClassName
{
border-color: #EE6013;
}
</style>