Shades of Persimmon #EE4E00
Tints of Persimmon #EE4E00
RGB
CMYK
RGB Variations
Color information
#EE4E00 (or 0xEE4E00) is known color: Persimmon. HEX triplet: EE, 4E and 00. RGB value is (238,78,0). Sum of RGB (Red+Green+Blue) = 238+78+0=316 (41% of max value = 765). Red value is 238 (93.36% from 255 or 75.32% from 316); Green value is 78 (30.86% from 255 or 24.68% from 316); Blue value is 0 (0.39% from 255 or 0% from 316); Max value from RGB is 238 - color contains mainly: red. Hex color #EE4E00 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EE4E00 is #11B1FF. Grayscale: #757575. Windows color (decimal): -1159680 or 20206. OLE color: 20206.
HSL color Cylindrical-coordinate representation of color #EE4E00: hue angle of 19.66º 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 #EE4E00 is Cyan = 0, Magento = 0.67, Yellow = 1 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 78 | 0 | - |
| CMYK | 0 | 0.67 | 1 | 0.07 |
| HSL | 19.66º | 1% | 0.47% | - |
| HSV(B) | 19.66º | 1% | 0.93% | - |
| XYZ | 37.98 | 23.63 | 2.56 | - |
| YUV | 116.95 | 62.01 | 214.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 78 | 0 | 0 | 0.67 | 1 | 0.07 | 19.66 | 1 | 0.47 |
| Hex | EE | 4E | 0 | 0 | 43 | 64 | 7 | 14 | 64 | 2F |
| Octal | 356 | 116 | 0 | 0 | 103 | 144 | 7 | 24 | 144 | 57 |
| Binary | 11101110 | 1001110 | 0 | 0 | 1000011 | 1100100 | 111 | 10100 | 1100100 | 101111 |
Color Harmonies of #EE4E00
Complementary color
Monochromatic Colors of #EE4E00
Black with #EE4E00
Text Example
Text Example
White with #EE4E00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE4E00; }
p { color: rgb(238,78,0); }
H1.HeaderClassName
{
color: #EE4E00;
}
.AnyTagClassName
{
color: #EE4E00;
}
</style>
background-color css
<style>
a { background-color: #EE4E00; }
a { background-color: rgb(238,78,0); }
div.DivClassName
{
background-color: #EE4E00;
}
.BgClassName
{
background-color: #EE4E00;
}
</style>
border-color css
<style>
span { border-color: #EE4E00; }
span { border-color: rgb(238,78,0); }
td.TdClassName
{
border-color: #EE4E00;
}
.TagClassName
{
border-color: #EE4E00;
}
</style>