Shades of Persimmon #EE6310
Tints of Persimmon #EE6310
RGB
CMYK
RGB Variations
Color information
#EE6310 (or 0xEE6310) is known color: Persimmon. HEX triplet: EE, 63 and 10. RGB value is (238,99,16). Sum of RGB (Red+Green+Blue) = 238+99+16=353 (46% of max value = 765). Red value is 238 (93.36% from 255 or 67.42% from 353); Green value is 99 (39.06% from 255 or 28.05% from 353); Blue value is 16 (6.64% from 255 or 4.53% from 353); Max value from RGB is 238 - color contains mainly: red. Hex color #EE6310 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EE6310 is #119CEF. Grayscale: #838383. Windows color (decimal): -1154288 or 1074158. OLE color: 1074158.
HSL color Cylindrical-coordinate representation of color #EE6310: hue angle of 22.43º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #EE6310 is Cyan = 0, Magento = 0.58, Yellow = 0.93 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 99 | 16 | - |
| CMYK | 0 | 0.58 | 0.93 | 0.07 |
| HSL | 22.43º | 0.87% | 0.5% | - |
| HSV(B) | 22.43º | 0.93% | 0.93% | - |
| XYZ | 39.82 | 27.14 | 3.63 | - |
| YUV | 131.1 | 63.05 | 204.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 99 | 16 | 0 | 0.58 | 0.93 | 0.07 | 22.43 | 0.87 | 0.5 |
| Hex | EE | 63 | 10 | 0 | 3A | 5D | 7 | 16 | 57 | 32 |
| Octal | 356 | 143 | 20 | 0 | 72 | 135 | 7 | 26 | 127 | 62 |
| Binary | 11101110 | 1100011 | 10000 | 0 | 111010 | 1011101 | 111 | 10110 | 1010111 | 110010 |
Color Harmonies of #EE6310
Complementary color
Monochromatic Colors of #EE6310
Black with #EE6310
Text Example
Text Example
White with #EE6310
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE6310; }
p { color: rgb(238,99,16); }
H1.HeaderClassName
{
color: #EE6310;
}
.AnyTagClassName
{
color: #EE6310;
}
</style>
background-color css
<style>
a { background-color: #EE6310; }
a { background-color: rgb(238,99,16); }
div.DivClassName
{
background-color: #EE6310;
}
.BgClassName
{
background-color: #EE6310;
}
</style>
border-color css
<style>
span { border-color: #EE6310; }
span { border-color: rgb(238,99,16); }
td.TdClassName
{
border-color: #EE6310;
}
.TagClassName
{
border-color: #EE6310;
}
</style>