Shades of Persimmon #EE5214
Tints of Persimmon #EE5214
RGB
CMYK
RGB Variations
Color information
#EE5214 (or 0xEE5214) is known color: Persimmon. HEX triplet: EE, 52 and 14. RGB value is (238,82,20). Sum of RGB (Red+Green+Blue) = 238+82+20=340 (45% of max value = 765). Red value is 238 (93.36% from 255 or 70% from 340); Green value is 82 (32.42% from 255 or 24.12% from 340); Blue value is 20 (8.20% from 255 or 5.88% from 340); Max value from RGB is 238 - color contains mainly: red. Hex color #EE5214 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EE5214 is #11ADEB. Grayscale: #797979. Windows color (decimal): -1158636 or 1331950. OLE color: 1331950.
HSL color Cylindrical-coordinate representation of color #EE5214: hue angle of 17.06º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #EE5214 is Cyan = 0, Magento = 0.66, Yellow = 0.92 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 82 | 20 | - |
| CMYK | 0 | 0.66 | 0.92 | 0.07 |
| HSL | 17.06º | 0.87% | 0.51% | - |
| HSV(B) | 17.06º | 0.92% | 0.93% | - |
| XYZ | 38.4 | 24.26 | 3.32 | - |
| YUV | 121.58 | 70.68 | 211.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 82 | 20 | 0 | 0.66 | 0.92 | 0.07 | 17.06 | 0.87 | 0.51 |
| Hex | EE | 52 | 14 | 0 | 42 | 5C | 7 | 11 | 57 | 33 |
| Octal | 356 | 122 | 24 | 0 | 102 | 134 | 7 | 21 | 127 | 63 |
| Binary | 11101110 | 1010010 | 10100 | 0 | 1000010 | 1011100 | 111 | 10001 | 1010111 | 110011 |
Color Harmonies of #EE5214
Complementary color
Monochromatic Colors of #EE5214
Black with #EE5214
Text Example
Text Example
White with #EE5214
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE5214; }
p { color: rgb(238,82,20); }
H1.HeaderClassName
{
color: #EE5214;
}
.AnyTagClassName
{
color: #EE5214;
}
</style>
background-color css
<style>
a { background-color: #EE5214; }
a { background-color: rgb(238,82,20); }
div.DivClassName
{
background-color: #EE5214;
}
.BgClassName
{
background-color: #EE5214;
}
</style>
border-color css
<style>
span { border-color: #EE5214; }
span { border-color: rgb(238,82,20); }
td.TdClassName
{
border-color: #EE5214;
}
.TagClassName
{
border-color: #EE5214;
}
</style>