Shades of Persimmon #EE520E
Tints of Persimmon #EE520E
RGB
CMYK
RGB Variations
Color information
#EE520E (or 0xEE520E) is known color: Persimmon. HEX triplet: EE, 52 and 0E. RGB value is (238,82,14). Sum of RGB (Red+Green+Blue) = 238+82+14=334 (44% of max value = 765). Red value is 238 (93.36% from 255 or 71.26% from 334); Green value is 82 (32.42% from 255 or 24.55% from 334); Blue value is 14 (5.86% from 255 or 4.19% from 334); Max value from RGB is 238 - color contains mainly: red. Hex color #EE520E is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EE520E is #11ADF1. Grayscale: #797979. Windows color (decimal): -1158642 or 938734. OLE color: 938734.
HSL color Cylindrical-coordinate representation of color #EE520E: hue angle of 18.21º degrees, saturation: 0.89, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #EE520E is Cyan = 0, Magento = 0.66, Yellow = 0.94 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 82 | 14 | - |
| CMYK | 0 | 0.66 | 0.94 | 0.07 |
| HSL | 18.21º | 0.89% | 0.49% | - |
| HSV(B) | 18.21º | 0.94% | 0.93% | - |
| XYZ | 38.36 | 24.24 | 3.07 | - |
| YUV | 120.89 | 67.68 | 211.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 82 | 14 | 0 | 0.66 | 0.94 | 0.07 | 18.21 | 0.89 | 0.49 |
| Hex | EE | 52 | E | 0 | 42 | 5E | 7 | 12 | 59 | 31 |
| Octal | 356 | 122 | 16 | 0 | 102 | 136 | 7 | 22 | 131 | 61 |
| Binary | 11101110 | 1010010 | 1110 | 0 | 1000010 | 1011110 | 111 | 10010 | 1011001 | 110001 |
Color Harmonies of #EE520E
Complementary color
Monochromatic Colors of #EE520E
Black with #EE520E
Text Example
Text Example
White with #EE520E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE520E; }
p { color: rgb(238,82,14); }
H1.HeaderClassName
{
color: #EE520E;
}
.AnyTagClassName
{
color: #EE520E;
}
</style>
background-color css
<style>
a { background-color: #EE520E; }
a { background-color: rgb(238,82,14); }
div.DivClassName
{
background-color: #EE520E;
}
.BgClassName
{
background-color: #EE520E;
}
</style>
border-color css
<style>
span { border-color: #EE520E; }
span { border-color: rgb(238,82,14); }
td.TdClassName
{
border-color: #EE520E;
}
.TagClassName
{
border-color: #EE520E;
}
</style>