Shades of Persimmon #EE5416
Tints of Persimmon #EE5416
RGB
CMYK
RGB Variations
Color information
#EE5416 (or 0xEE5416) is known color: Persimmon. HEX triplet: EE, 54 and 16. RGB value is (238,84,22). Sum of RGB (Red+Green+Blue) = 238+84+22=344 (45% of max value = 765). Red value is 238 (93.36% from 255 or 69.19% from 344); Green value is 84 (33.20% from 255 or 24.42% from 344); Blue value is 22 (8.98% from 255 or 6.40% from 344); Max value from RGB is 238 - color contains mainly: red. Hex color #EE5416 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EE5416 is #11ABE9. Grayscale: #7B7B7B. Windows color (decimal): -1158122 or 1463534. OLE color: 1463534.
HSL color Cylindrical-coordinate representation of color #EE5416: hue angle of 17.22º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #EE5416 is Cyan = 0, Magento = 0.65, Yellow = 0.91 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 84 | 22 | - |
| CMYK | 0 | 0.65 | 0.91 | 0.07 |
| HSL | 17.22º | 0.86% | 0.51% | - |
| HSV(B) | 17.22º | 0.91% | 0.93% | - |
| XYZ | 38.58 | 24.58 | 3.47 | - |
| YUV | 122.98 | 71.02 | 210.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 84 | 22 | 0 | 0.65 | 0.91 | 0.07 | 17.22 | 0.86 | 0.51 |
| Hex | EE | 54 | 16 | 0 | 41 | 5B | 7 | 11 | 56 | 33 |
| Octal | 356 | 124 | 26 | 0 | 101 | 133 | 7 | 21 | 126 | 63 |
| Binary | 11101110 | 1010100 | 10110 | 0 | 1000001 | 1011011 | 111 | 10001 | 1010110 | 110011 |
Color Harmonies of #EE5416
Complementary color
Monochromatic Colors of #EE5416
Black with #EE5416
Text Example
Text Example
White with #EE5416
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE5416; }
p { color: rgb(238,84,22); }
H1.HeaderClassName
{
color: #EE5416;
}
.AnyTagClassName
{
color: #EE5416;
}
</style>
background-color css
<style>
a { background-color: #EE5416; }
a { background-color: rgb(238,84,22); }
div.DivClassName
{
background-color: #EE5416;
}
.BgClassName
{
background-color: #EE5416;
}
</style>
border-color css
<style>
span { border-color: #EE5416; }
span { border-color: rgb(238,84,22); }
td.TdClassName
{
border-color: #EE5416;
}
.TagClassName
{
border-color: #EE5416;
}
</style>