Shades of Persimmon #EE5007
Tints of Persimmon #EE5007
RGB
CMYK
RGB Variations
Color information
#EE5007 (or 0xEE5007) is known color: Persimmon. HEX triplet: EE, 50 and 07. RGB value is (238,80,7). Sum of RGB (Red+Green+Blue) = 238+80+7=325 (43% of max value = 765). Red value is 238 (93.36% from 255 or 73.23% from 325); Green value is 80 (31.64% from 255 or 24.62% from 325); Blue value is 7 (3.12% from 255 or 2.15% from 325); Max value from RGB is 238 - color contains mainly: red. Hex color #EE5007 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EE5007 is #11AFF8. Grayscale: #777777. Windows color (decimal): -1159161 or 479470. OLE color: 479470.
HSL color Cylindrical-coordinate representation of color #EE5007: hue angle of 18.96º degrees, saturation: 0.94, 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 #EE5007 is Cyan = 0, Magento = 0.66, Yellow = 0.97 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 80 | 7 | - |
| CMYK | 0 | 0.66 | 0.97 | 0.07 |
| HSL | 18.96º | 0.94% | 0.48% | - |
| HSV(B) | 18.96º | 0.97% | 0.93% | - |
| XYZ | 38.17 | 23.93 | 2.81 | - |
| YUV | 118.92 | 64.85 | 212.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 80 | 7 | 0 | 0.66 | 0.97 | 0.07 | 18.96 | 0.94 | 0.48 |
| Hex | EE | 50 | 7 | 0 | 42 | 61 | 7 | 13 | 5E | 30 |
| Octal | 356 | 120 | 7 | 0 | 102 | 141 | 7 | 23 | 136 | 60 |
| Binary | 11101110 | 1010000 | 111 | 0 | 1000010 | 1100001 | 111 | 10011 | 1011110 | 110000 |
Color Harmonies of #EE5007
Complementary color
Monochromatic Colors of #EE5007
Black with #EE5007
Text Example
Text Example
White with #EE5007
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE5007; }
p { color: rgb(238,80,7); }
H1.HeaderClassName
{
color: #EE5007;
}
.AnyTagClassName
{
color: #EE5007;
}
</style>
background-color css
<style>
a { background-color: #EE5007; }
a { background-color: rgb(238,80,7); }
div.DivClassName
{
background-color: #EE5007;
}
.BgClassName
{
background-color: #EE5007;
}
</style>
border-color css
<style>
span { border-color: #EE5007; }
span { border-color: rgb(238,80,7); }
td.TdClassName
{
border-color: #EE5007;
}
.TagClassName
{
border-color: #EE5007;
}
</style>