Shades of Persimmon #EE5008
Tints of Persimmon #EE5008
RGB
CMYK
RGB Variations
Color information
#EE5008 (or 0xEE5008) is known color: Persimmon. HEX triplet: EE, 50 and 08. RGB value is (238,80,8). Sum of RGB (Red+Green+Blue) = 238+80+8=326 (43% of max value = 765). Red value is 238 (93.36% from 255 or 73.01% from 326); Green value is 80 (31.64% from 255 or 24.54% from 326); Blue value is 8 (3.52% from 255 or 2.45% from 326); Max value from RGB is 238 - color contains mainly: red. Hex color #EE5008 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EE5008 is #11AFF7. Grayscale: #777777. Windows color (decimal): -1159160 or 545006. OLE color: 545006.
HSL color Cylindrical-coordinate representation of color #EE5008: hue angle of 18.78º degrees, saturation: 0.93, 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 #EE5008 is Cyan = 0, Magento = 0.66, Yellow = 0.97 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 80 | 8 | - |
| CMYK | 0 | 0.66 | 0.97 | 0.07 |
| HSL | 18.78º | 0.93% | 0.48% | - |
| HSV(B) | 18.78º | 0.97% | 0.93% | - |
| XYZ | 38.17 | 23.93 | 2.84 | - |
| YUV | 119.03 | 65.35 | 212.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 80 | 8 | 0 | 0.66 | 0.97 | 0.07 | 18.78 | 0.93 | 0.48 |
| Hex | EE | 50 | 8 | 0 | 42 | 61 | 7 | 13 | 5D | 30 |
| Octal | 356 | 120 | 10 | 0 | 102 | 141 | 7 | 23 | 135 | 60 |
| Binary | 11101110 | 1010000 | 1000 | 0 | 1000010 | 1100001 | 111 | 10011 | 1011101 | 110000 |
Color Harmonies of #EE5008
Complementary color
Monochromatic Colors of #EE5008
Black with #EE5008
Text Example
Text Example
White with #EE5008
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE5008; }
p { color: rgb(238,80,8); }
H1.HeaderClassName
{
color: #EE5008;
}
.AnyTagClassName
{
color: #EE5008;
}
</style>
background-color css
<style>
a { background-color: #EE5008; }
a { background-color: rgb(238,80,8); }
div.DivClassName
{
background-color: #EE5008;
}
.BgClassName
{
background-color: #EE5008;
}
</style>
border-color css
<style>
span { border-color: #EE5008; }
span { border-color: rgb(238,80,8); }
td.TdClassName
{
border-color: #EE5008;
}
.TagClassName
{
border-color: #EE5008;
}
</style>