Shades of Persimmon #EE640E
Tints of Persimmon #EE640E
RGB
CMYK
RGB Variations
Color information
#EE640E (or 0xEE640E) is known color: Persimmon. HEX triplet: EE, 64 and 0E. RGB value is (238,100,14). Sum of RGB (Red+Green+Blue) = 238+100+14=352 (46% of max value = 765). Red value is 238 (93.36% from 255 or 67.61% from 352); Green value is 100 (39.45% from 255 or 28.41% from 352); Blue value is 14 (5.86% from 255 or 3.98% from 352); Max value from RGB is 238 - color contains mainly: red. Hex color #EE640E is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EE640E is #119BF1. Grayscale: #838383. Windows color (decimal): -1154034 or 943342. OLE color: 943342.
HSL color Cylindrical-coordinate representation of color #EE640E: hue angle of 23.04º degrees, saturation: 0.89, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #EE640E is Cyan = 0, Magento = 0.58, Yellow = 0.94 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 100 | 14 | - |
| CMYK | 0 | 0.58 | 0.94 | 0.07 |
| HSL | 23.04º | 0.89% | 0.49% | - |
| HSV(B) | 23.04º | 0.94% | 0.93% | - |
| XYZ | 39.9 | 27.32 | 3.59 | - |
| YUV | 131.46 | 61.72 | 203.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 100 | 14 | 0 | 0.58 | 0.94 | 0.07 | 23.04 | 0.89 | 0.49 |
| Hex | EE | 64 | E | 0 | 3A | 5E | 7 | 17 | 59 | 31 |
| Octal | 356 | 144 | 16 | 0 | 72 | 136 | 7 | 27 | 131 | 61 |
| Binary | 11101110 | 1100100 | 1110 | 0 | 111010 | 1011110 | 111 | 10111 | 1011001 | 110001 |
Color Harmonies of #EE640E
Complementary color
Monochromatic Colors of #EE640E
Black with #EE640E
Text Example
Text Example
White with #EE640E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE640E; }
p { color: rgb(238,100,14); }
H1.HeaderClassName
{
color: #EE640E;
}
.AnyTagClassName
{
color: #EE640E;
}
</style>
background-color css
<style>
a { background-color: #EE640E; }
a { background-color: rgb(238,100,14); }
div.DivClassName
{
background-color: #EE640E;
}
.BgClassName
{
background-color: #EE640E;
}
</style>
border-color css
<style>
span { border-color: #EE640E; }
span { border-color: rgb(238,100,14); }
td.TdClassName
{
border-color: #EE640E;
}
.TagClassName
{
border-color: #EE640E;
}
</style>