Shades of Persimmon #EE500E
Tints of Persimmon #EE500E
RGB
CMYK
RGB Variations
Color information
#EE500E (or 0xEE500E) is known color: Persimmon. HEX triplet: EE, 50 and 0E. RGB value is (238,80,14). Sum of RGB (Red+Green+Blue) = 238+80+14=332 (43% of max value = 765). Red value is 238 (93.36% from 255 or 71.69% from 332); Green value is 80 (31.64% from 255 or 24.10% from 332); Blue value is 14 (5.86% from 255 or 4.22% from 332); Max value from RGB is 238 - color contains mainly: red. Hex color #EE500E is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EE500E is #11AFF1. Grayscale: #787878. Windows color (decimal): -1159154 or 938222. OLE color: 938222.
HSL color Cylindrical-coordinate representation of color #EE500E: hue angle of 17.68º 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 #EE500E is Cyan = 0, Magento = 0.66, Yellow = 0.94 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 80 | 14 | - |
| CMYK | 0 | 0.66 | 0.94 | 0.07 |
| HSL | 17.68º | 0.89% | 0.49% | - |
| HSV(B) | 17.68º | 0.94% | 0.93% | - |
| XYZ | 38.21 | 23.95 | 3.02 | - |
| YUV | 119.72 | 68.35 | 212.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 80 | 14 | 0 | 0.66 | 0.94 | 0.07 | 17.68 | 0.89 | 0.49 |
| Hex | EE | 50 | E | 0 | 42 | 5E | 7 | 12 | 59 | 31 |
| Octal | 356 | 120 | 16 | 0 | 102 | 136 | 7 | 22 | 131 | 61 |
| Binary | 11101110 | 1010000 | 1110 | 0 | 1000010 | 1011110 | 111 | 10010 | 1011001 | 110001 |
Color Harmonies of #EE500E
Complementary color
Monochromatic Colors of #EE500E
Black with #EE500E
Text Example
Text Example
White with #EE500E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE500E; }
p { color: rgb(238,80,14); }
H1.HeaderClassName
{
color: #EE500E;
}
.AnyTagClassName
{
color: #EE500E;
}
</style>
background-color css
<style>
a { background-color: #EE500E; }
a { background-color: rgb(238,80,14); }
div.DivClassName
{
background-color: #EE500E;
}
.BgClassName
{
background-color: #EE500E;
}
</style>
border-color css
<style>
span { border-color: #EE500E; }
span { border-color: rgb(238,80,14); }
td.TdClassName
{
border-color: #EE500E;
}
.TagClassName
{
border-color: #EE500E;
}
</style>