Shades of Persimmon #EE650A
Tints of Persimmon #EE650A
RGB
CMYK
RGB Variations
Color information
#EE650A (or 0xEE650A) is known color: Persimmon. HEX triplet: EE, 65 and 0A. RGB value is (238,101,10). Sum of RGB (Red+Green+Blue) = 238+101+10=349 (46% of max value = 765). Red value is 238 (93.36% from 255 or 68.19% from 349); Green value is 101 (39.84% from 255 or 28.94% from 349); Blue value is 10 (4.30% from 255 or 2.87% from 349); Max value from RGB is 238 - color contains mainly: red. Hex color #EE650A is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EE650A is #119AF5. Grayscale: #848484. Windows color (decimal): -1153782 or 681454. OLE color: 681454.
HSL color Cylindrical-coordinate representation of color #EE650A: hue angle of 23.95º degrees, saturation: 0.92, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #EE650A is Cyan = 0, Magento = 0.58, Yellow = 0.96 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 101 | 10 | - |
| CMYK | 0 | 0.58 | 0.96 | 0.07 |
| HSL | 23.95º | 0.92% | 0.49% | - |
| HSV(B) | 23.95º | 0.96% | 0.93% | - |
| XYZ | 39.97 | 27.51 | 3.49 | - |
| YUV | 131.59 | 59.39 | 203.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 101 | 10 | 0 | 0.58 | 0.96 | 0.07 | 23.95 | 0.92 | 0.49 |
| Hex | EE | 65 | A | 0 | 3A | 60 | 7 | 18 | 5C | 31 |
| Octal | 356 | 145 | 12 | 0 | 72 | 140 | 7 | 30 | 134 | 61 |
| Binary | 11101110 | 1100101 | 1010 | 0 | 111010 | 1100000 | 111 | 11000 | 1011100 | 110001 |
Color Harmonies of #EE650A
Complementary color
Monochromatic Colors of #EE650A
Black with #EE650A
Text Example
Text Example
White with #EE650A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE650A; }
p { color: rgb(238,101,10); }
H1.HeaderClassName
{
color: #EE650A;
}
.AnyTagClassName
{
color: #EE650A;
}
</style>
background-color css
<style>
a { background-color: #EE650A; }
a { background-color: rgb(238,101,10); }
div.DivClassName
{
background-color: #EE650A;
}
.BgClassName
{
background-color: #EE650A;
}
</style>
border-color css
<style>
span { border-color: #EE650A; }
span { border-color: rgb(238,101,10); }
td.TdClassName
{
border-color: #EE650A;
}
.TagClassName
{
border-color: #EE650A;
}
</style>