Shades of Persimmon #EE5000
Tints of Persimmon #EE5000
RGB
CMYK
RGB Variations
Color information
#EE5000 (or 0xEE5000) is known color: Persimmon. HEX triplet: EE, 50 and 00. RGB value is (238,80,0). Sum of RGB (Red+Green+Blue) = 238+80+0=318 (42% of max value = 765). Red value is 238 (93.36% from 255 or 74.84% from 318); Green value is 80 (31.64% from 255 or 25.16% from 318); Blue value is 0 (0.39% from 255 or 0% from 318); Max value from RGB is 238 - color contains mainly: red. Hex color #EE5000 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EE5000 is #11AFFF. Grayscale: #767676. Windows color (decimal): -1159168 or 20718. OLE color: 20718.
HSL color Cylindrical-coordinate representation of color #EE5000: hue angle of 20.17º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EE5000 is Cyan = 0, Magento = 0.66, Yellow = 1 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 80 | 0 | - |
| CMYK | 0 | 0.66 | 1 | 0.07 |
| HSL | 20.17º | 1% | 0.47% | - |
| HSV(B) | 20.17º | 1% | 0.93% | - |
| XYZ | 38.13 | 23.91 | 2.61 | - |
| YUV | 118.12 | 61.35 | 213.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 80 | 0 | 0 | 0.66 | 1 | 0.07 | 20.17 | 1 | 0.47 |
| Hex | EE | 50 | 0 | 0 | 42 | 64 | 7 | 14 | 64 | 2F |
| Octal | 356 | 120 | 0 | 0 | 102 | 144 | 7 | 24 | 144 | 57 |
| Binary | 11101110 | 1010000 | 0 | 0 | 1000010 | 1100100 | 111 | 10100 | 1100100 | 101111 |
Color Harmonies of #EE5000
Complementary color
Monochromatic Colors of #EE5000
Black with #EE5000
Text Example
Text Example
White with #EE5000
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE5000; }
p { color: rgb(238,80,0); }
H1.HeaderClassName
{
color: #EE5000;
}
.AnyTagClassName
{
color: #EE5000;
}
</style>
background-color css
<style>
a { background-color: #EE5000; }
a { background-color: rgb(238,80,0); }
div.DivClassName
{
background-color: #EE5000;
}
.BgClassName
{
background-color: #EE5000;
}
</style>
border-color css
<style>
span { border-color: #EE5000; }
span { border-color: rgb(238,80,0); }
td.TdClassName
{
border-color: #EE5000;
}
.TagClassName
{
border-color: #EE5000;
}
</style>