Shades of Persimmon #EE6313
Tints of Persimmon #EE6313
RGB
CMYK
RGB Variations
Color information
#EE6313 (or 0xEE6313) is known color: Persimmon. HEX triplet: EE, 63 and 13. RGB value is (238,99,19). Sum of RGB (Red+Green+Blue) = 238+99+19=356 (47% of max value = 765). Red value is 238 (93.36% from 255 or 66.85% from 356); Green value is 99 (39.06% from 255 or 27.81% from 356); Blue value is 19 (7.81% from 255 or 5.34% from 356); Max value from RGB is 238 - color contains mainly: red. Hex color #EE6313 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EE6313 is #119CEC. Grayscale: #838383. Windows color (decimal): -1154285 or 1270766. OLE color: 1270766.
HSL color Cylindrical-coordinate representation of color #EE6313: hue angle of 21.92º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #EE6313 is Cyan = 0, Magento = 0.58, Yellow = 0.92 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 99 | 19 | - |
| CMYK | 0 | 0.58 | 0.92 | 0.07 |
| HSL | 21.92º | 0.87% | 0.5% | - |
| HSV(B) | 21.92º | 0.92% | 0.93% | - |
| XYZ | 39.84 | 27.15 | 3.76 | - |
| YUV | 131.44 | 64.55 | 204 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 99 | 19 | 0 | 0.58 | 0.92 | 0.07 | 21.92 | 0.87 | 0.5 |
| Hex | EE | 63 | 13 | 0 | 3A | 5C | 7 | 16 | 57 | 32 |
| Octal | 356 | 143 | 23 | 0 | 72 | 134 | 7 | 26 | 127 | 62 |
| Binary | 11101110 | 1100011 | 10011 | 0 | 111010 | 1011100 | 111 | 10110 | 1010111 | 110010 |
Color Harmonies of #EE6313
Complementary color
Monochromatic Colors of #EE6313
Black with #EE6313
Text Example
Text Example
White with #EE6313
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE6313; }
p { color: rgb(238,99,19); }
H1.HeaderClassName
{
color: #EE6313;
}
.AnyTagClassName
{
color: #EE6313;
}
</style>
background-color css
<style>
a { background-color: #EE6313; }
a { background-color: rgb(238,99,19); }
div.DivClassName
{
background-color: #EE6313;
}
.BgClassName
{
background-color: #EE6313;
}
</style>
border-color css
<style>
span { border-color: #EE6313; }
span { border-color: rgb(238,99,19); }
td.TdClassName
{
border-color: #EE6313;
}
.TagClassName
{
border-color: #EE6313;
}
</style>