Shades of Persimmon #EE6315
Tints of Persimmon #EE6315
RGB
CMYK
RGB Variations
Color information
#EE6315 (or 0xEE6315) is known color: Persimmon. HEX triplet: EE, 63 and 15. RGB value is (238,99,21). Sum of RGB (Red+Green+Blue) = 238+99+21=358 (47% of max value = 765). Red value is 238 (93.36% from 255 or 66.48% from 358); Green value is 99 (39.06% from 255 or 27.65% from 358); Blue value is 21 (8.59% from 255 or 5.87% from 358); Max value from RGB is 238 - color contains mainly: red. Hex color #EE6315 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EE6315 is #119CEA. Grayscale: #848484. Windows color (decimal): -1154283 or 1401838. OLE color: 1401838.
HSL color Cylindrical-coordinate representation of color #EE6315: hue angle of 21.57º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #EE6315 is Cyan = 0, Magento = 0.58, Yellow = 0.91 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 99 | 21 | - |
| CMYK | 0 | 0.58 | 0.91 | 0.07 |
| HSL | 21.57º | 0.86% | 0.51% | - |
| HSV(B) | 21.57º | 0.91% | 0.93% | - |
| XYZ | 39.86 | 27.15 | 3.85 | - |
| YUV | 131.67 | 65.55 | 203.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 99 | 21 | 0 | 0.58 | 0.91 | 0.07 | 21.57 | 0.86 | 0.51 |
| Hex | EE | 63 | 15 | 0 | 3A | 5B | 7 | 16 | 56 | 33 |
| Octal | 356 | 143 | 25 | 0 | 72 | 133 | 7 | 26 | 126 | 63 |
| Binary | 11101110 | 1100011 | 10101 | 0 | 111010 | 1011011 | 111 | 10110 | 1010110 | 110011 |
Color Harmonies of #EE6315
Complementary color
Monochromatic Colors of #EE6315
Black with #EE6315
Text Example
Text Example
White with #EE6315
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE6315; }
p { color: rgb(238,99,21); }
H1.HeaderClassName
{
color: #EE6315;
}
.AnyTagClassName
{
color: #EE6315;
}
</style>
background-color css
<style>
a { background-color: #EE6315; }
a { background-color: rgb(238,99,21); }
div.DivClassName
{
background-color: #EE6315;
}
.BgClassName
{
background-color: #EE6315;
}
</style>
border-color css
<style>
span { border-color: #EE6315; }
span { border-color: rgb(238,99,21); }
td.TdClassName
{
border-color: #EE6315;
}
.TagClassName
{
border-color: #EE6315;
}
</style>