Shades of Persimmon #EE5006
Tints of Persimmon #EE5006
RGB
CMYK
RGB Variations
Color information
#EE5006 (or 0xEE5006) is known color: Persimmon. HEX triplet: EE, 50 and 06. RGB value is (238,80,6). Sum of RGB (Red+Green+Blue) = 238+80+6=324 (42% of max value = 765). Red value is 238 (93.36% from 255 or 73.46% from 324); Green value is 80 (31.64% from 255 or 24.69% from 324); Blue value is 6 (2.73% from 255 or 1.85% from 324); Max value from RGB is 238 - color contains mainly: red. Hex color #EE5006 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EE5006 is #11AFF9. Grayscale: #777777. Windows color (decimal): -1159162 or 413934. OLE color: 413934.
HSL color Cylindrical-coordinate representation of color #EE5006: hue angle of 19.14º degrees, saturation: 0.95, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #EE5006 is Cyan = 0, Magento = 0.66, Yellow = 0.97 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 80 | 6 | - |
| CMYK | 0 | 0.66 | 0.97 | 0.07 |
| HSL | 19.14º | 0.95% | 0.48% | - |
| HSV(B) | 19.14º | 0.97% | 0.93% | - |
| XYZ | 38.16 | 23.93 | 2.78 | - |
| YUV | 118.81 | 64.35 | 213.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 80 | 6 | 0 | 0.66 | 0.97 | 0.07 | 19.14 | 0.95 | 0.48 |
| Hex | EE | 50 | 6 | 0 | 42 | 61 | 7 | 13 | 5F | 30 |
| Octal | 356 | 120 | 6 | 0 | 102 | 141 | 7 | 23 | 137 | 60 |
| Binary | 11101110 | 1010000 | 110 | 0 | 1000010 | 1100001 | 111 | 10011 | 1011111 | 110000 |
Color Harmonies of #EE5006
Complementary color
Monochromatic Colors of #EE5006
Black with #EE5006
Text Example
Text Example
White with #EE5006
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE5006; }
p { color: rgb(238,80,6); }
H1.HeaderClassName
{
color: #EE5006;
}
.AnyTagClassName
{
color: #EE5006;
}
</style>
background-color css
<style>
a { background-color: #EE5006; }
a { background-color: rgb(238,80,6); }
div.DivClassName
{
background-color: #EE5006;
}
.BgClassName
{
background-color: #EE5006;
}
</style>
border-color css
<style>
span { border-color: #EE5006; }
span { border-color: rgb(238,80,6); }
td.TdClassName
{
border-color: #EE5006;
}
.TagClassName
{
border-color: #EE5006;
}
</style>