Shades of Persimmon #EE650E
Tints of Persimmon #EE650E
RGB
CMYK
RGB Variations
Color information
#EE650E (or 0xEE650E) is known color: Persimmon. HEX triplet: EE, 65 and 0E. RGB value is (238,101,14). Sum of RGB (Red+Green+Blue) = 238+101+14=353 (46% of max value = 765). Red value is 238 (93.36% from 255 or 67.42% from 353); Green value is 101 (39.84% from 255 or 28.61% from 353); Blue value is 14 (5.86% from 255 or 3.97% from 353); Max value from RGB is 238 - color contains mainly: red. Hex color #EE650E is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EE650E is #119AF1. Grayscale: #848484. Windows color (decimal): -1153778 or 943598. OLE color: 943598.
HSL color Cylindrical-coordinate representation of color #EE650E: hue angle of 23.3º 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 #EE650E is Cyan = 0, Magento = 0.58, Yellow = 0.94 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 101 | 14 | - |
| CMYK | 0 | 0.58 | 0.94 | 0.07 |
| HSL | 23.3º | 0.89% | 0.49% | - |
| HSV(B) | 23.3º | 0.94% | 0.93% | - |
| XYZ | 39.99 | 27.52 | 3.62 | - |
| YUV | 132.05 | 61.39 | 203.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 101 | 14 | 0 | 0.58 | 0.94 | 0.07 | 23.3 | 0.89 | 0.49 |
| Hex | EE | 65 | E | 0 | 3A | 5E | 7 | 17 | 59 | 31 |
| Octal | 356 | 145 | 16 | 0 | 72 | 136 | 7 | 27 | 131 | 61 |
| Binary | 11101110 | 1100101 | 1110 | 0 | 111010 | 1011110 | 111 | 10111 | 1011001 | 110001 |
Color Harmonies of #EE650E
Complementary color
Monochromatic Colors of #EE650E
Black with #EE650E
Text Example
Text Example
White with #EE650E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE650E; }
p { color: rgb(238,101,14); }
H1.HeaderClassName
{
color: #EE650E;
}
.AnyTagClassName
{
color: #EE650E;
}
</style>
background-color css
<style>
a { background-color: #EE650E; }
a { background-color: rgb(238,101,14); }
div.DivClassName
{
background-color: #EE650E;
}
.BgClassName
{
background-color: #EE650E;
}
</style>
border-color css
<style>
span { border-color: #EE650E; }
span { border-color: rgb(238,101,14); }
td.TdClassName
{
border-color: #EE650E;
}
.TagClassName
{
border-color: #EE650E;
}
</style>