Shades of Persimmon #EE5010
Tints of Persimmon #EE5010
RGB
CMYK
RGB Variations
Color information
#EE5010 (or 0xEE5010) is known color: Persimmon. HEX triplet: EE, 50 and 10. RGB value is (238,80,16). Sum of RGB (Red+Green+Blue) = 238+80+16=334 (44% of max value = 765). Red value is 238 (93.36% from 255 or 71.26% from 334); Green value is 80 (31.64% from 255 or 23.95% from 334); Blue value is 16 (6.64% from 255 or 4.79% from 334); Max value from RGB is 238 - color contains mainly: red. Hex color #EE5010 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EE5010 is #11AFEF. Grayscale: #787878. Windows color (decimal): -1159152 or 1069294. OLE color: 1069294.
HSL color Cylindrical-coordinate representation of color #EE5010: hue angle of 17.3º 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 #EE5010 is Cyan = 0, Magento = 0.66, Yellow = 0.93 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 80 | 16 | - |
| CMYK | 0 | 0.66 | 0.93 | 0.07 |
| HSL | 17.3º | 0.87% | 0.5% | - |
| HSV(B) | 17.3º | 0.93% | 0.93% | - |
| XYZ | 38.22 | 23.95 | 3.1 | - |
| YUV | 119.95 | 69.35 | 212.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 80 | 16 | 0 | 0.66 | 0.93 | 0.07 | 17.3 | 0.87 | 0.5 |
| Hex | EE | 50 | 10 | 0 | 42 | 5D | 7 | 11 | 57 | 32 |
| Octal | 356 | 120 | 20 | 0 | 102 | 135 | 7 | 21 | 127 | 62 |
| Binary | 11101110 | 1010000 | 10000 | 0 | 1000010 | 1011101 | 111 | 10001 | 1010111 | 110010 |
Color Harmonies of #EE5010
Complementary color
Monochromatic Colors of #EE5010
Black with #EE5010
Text Example
Text Example
White with #EE5010
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE5010; }
p { color: rgb(238,80,16); }
H1.HeaderClassName
{
color: #EE5010;
}
.AnyTagClassName
{
color: #EE5010;
}
</style>
background-color css
<style>
a { background-color: #EE5010; }
a { background-color: rgb(238,80,16); }
div.DivClassName
{
background-color: #EE5010;
}
.BgClassName
{
background-color: #EE5010;
}
</style>
border-color css
<style>
span { border-color: #EE5010; }
span { border-color: rgb(238,80,16); }
td.TdClassName
{
border-color: #EE5010;
}
.TagClassName
{
border-color: #EE5010;
}
</style>