Shades of Persimmon #EE6119
Tints of Persimmon #EE6119
RGB
CMYK
RGB Variations
Color information
#EE6119 (or 0xEE6119) is known color: Persimmon. HEX triplet: EE, 61 and 19. RGB value is (238,97,25). Sum of RGB (Red+Green+Blue) = 238+97+25=360 (47% of max value = 765). Red value is 238 (93.36% from 255 or 66.11% from 360); Green value is 97 (38.28% from 255 or 26.94% from 360); Blue value is 25 (10.16% from 255 or 6.94% from 360); Max value from RGB is 238 - color contains mainly: red. Hex color #EE6119 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EE6119 is #119EE6. Grayscale: #838383. Windows color (decimal): -1154791 or 1663470. OLE color: 1663470.
HSL color Cylindrical-coordinate representation of color #EE6119: hue angle of 20.28º degrees, saturation: 0.86, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #EE6119 is Cyan = 0, Magento = 0.59, Yellow = 0.89 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 97 | 25 | - |
| CMYK | 0 | 0.59 | 0.89 | 0.07 |
| HSL | 20.28º | 0.86% | 0.52% | - |
| HSV(B) | 20.28º | 0.89% | 0.93% | - |
| XYZ | 39.71 | 26.8 | 4 | - |
| YUV | 130.95 | 68.21 | 204.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 97 | 25 | 0 | 0.59 | 0.89 | 0.07 | 20.28 | 0.86 | 0.52 |
| Hex | EE | 61 | 19 | 0 | 3B | 59 | 7 | 14 | 56 | 34 |
| Octal | 356 | 141 | 31 | 0 | 73 | 131 | 7 | 24 | 126 | 64 |
| Binary | 11101110 | 1100001 | 11001 | 0 | 111011 | 1011001 | 111 | 10100 | 1010110 | 110100 |
Color Harmonies of #EE6119
Complementary color
Monochromatic Colors of #EE6119
Black with #EE6119
Text Example
Text Example
White with #EE6119
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE6119; }
p { color: rgb(238,97,25); }
H1.HeaderClassName
{
color: #EE6119;
}
.AnyTagClassName
{
color: #EE6119;
}
</style>
background-color css
<style>
a { background-color: #EE6119; }
a { background-color: rgb(238,97,25); }
div.DivClassName
{
background-color: #EE6119;
}
.BgClassName
{
background-color: #EE6119;
}
</style>
border-color css
<style>
span { border-color: #EE6119; }
span { border-color: rgb(238,97,25); }
td.TdClassName
{
border-color: #EE6119;
}
.TagClassName
{
border-color: #EE6119;
}
</style>