Shades of Persimmon #EE5013
Tints of Persimmon #EE5013
RGB
CMYK
RGB Variations
Color information
#EE5013 (or 0xEE5013) is known color: Persimmon. HEX triplet: EE, 50 and 13. RGB value is (238,80,19). Sum of RGB (Red+Green+Blue) = 238+80+19=337 (44% of max value = 765). Red value is 238 (93.36% from 255 or 70.62% from 337); Green value is 80 (31.64% from 255 or 23.74% from 337); Blue value is 19 (7.81% from 255 or 5.64% from 337); Max value from RGB is 238 - color contains mainly: red. Hex color #EE5013 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EE5013 is #11AFEC. Grayscale: #787878. Windows color (decimal): -1159149 or 1265902. OLE color: 1265902.
HSL color Cylindrical-coordinate representation of color #EE5013: hue angle of 16.71º 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 #EE5013 is Cyan = 0, Magento = 0.66, Yellow = 0.92 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 80 | 19 | - |
| CMYK | 0 | 0.66 | 0.92 | 0.07 |
| HSL | 16.71º | 0.87% | 0.5% | - |
| HSV(B) | 16.71º | 0.92% | 0.93% | - |
| XYZ | 38.25 | 23.96 | 3.23 | - |
| YUV | 120.29 | 70.85 | 211.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 80 | 19 | 0 | 0.66 | 0.92 | 0.07 | 16.71 | 0.87 | 0.5 |
| Hex | EE | 50 | 13 | 0 | 42 | 5C | 7 | 11 | 57 | 32 |
| Octal | 356 | 120 | 23 | 0 | 102 | 134 | 7 | 21 | 127 | 62 |
| Binary | 11101110 | 1010000 | 10011 | 0 | 1000010 | 1011100 | 111 | 10001 | 1010111 | 110010 |
Color Harmonies of #EE5013
Complementary color
Monochromatic Colors of #EE5013
Black with #EE5013
Text Example
Text Example
White with #EE5013
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE5013; }
p { color: rgb(238,80,19); }
H1.HeaderClassName
{
color: #EE5013;
}
.AnyTagClassName
{
color: #EE5013;
}
</style>
background-color css
<style>
a { background-color: #EE5013; }
a { background-color: rgb(238,80,19); }
div.DivClassName
{
background-color: #EE5013;
}
.BgClassName
{
background-color: #EE5013;
}
</style>
border-color css
<style>
span { border-color: #EE5013; }
span { border-color: rgb(238,80,19); }
td.TdClassName
{
border-color: #EE5013;
}
.TagClassName
{
border-color: #EE5013;
}
</style>