Shades of Persimmon #EE5205
Tints of Persimmon #EE5205
RGB
CMYK
RGB Variations
Color information
#EE5205 (or 0xEE5205) is known color: Persimmon. HEX triplet: EE, 52 and 05. RGB value is (238,82,5). Sum of RGB (Red+Green+Blue) = 238+82+5=325 (43% of max value = 765). Red value is 238 (93.36% from 255 or 73.23% from 325); Green value is 82 (32.42% from 255 or 25.23% from 325); Blue value is 5 (2.34% from 255 or 1.54% from 325); Max value from RGB is 238 - color contains mainly: red. Hex color #EE5205 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EE5205 is #11ADFA. Grayscale: #787878. Windows color (decimal): -1158651 or 348910. OLE color: 348910.
HSL color Cylindrical-coordinate representation of color #EE5205: hue angle of 19.83º degrees, saturation: 0.96, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #EE5205 is Cyan = 0, Magento = 0.66, Yellow = 0.98 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 82 | 5 | - |
| CMYK | 0 | 0.66 | 0.98 | 0.07 |
| HSL | 19.83º | 0.96% | 0.48% | - |
| HSV(B) | 19.83º | 0.98% | 0.93% | - |
| XYZ | 38.3 | 24.22 | 2.8 | - |
| YUV | 119.87 | 63.18 | 212.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 82 | 5 | 0 | 0.66 | 0.98 | 0.07 | 19.83 | 0.96 | 0.48 |
| Hex | EE | 52 | 5 | 0 | 42 | 62 | 7 | 14 | 60 | 30 |
| Octal | 356 | 122 | 5 | 0 | 102 | 142 | 7 | 24 | 140 | 60 |
| Binary | 11101110 | 1010010 | 101 | 0 | 1000010 | 1100010 | 111 | 10100 | 1100000 | 110000 |
Color Harmonies of #EE5205
Complementary color
Monochromatic Colors of #EE5205
Black with #EE5205
Text Example
Text Example
White with #EE5205
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE5205; }
p { color: rgb(238,82,5); }
H1.HeaderClassName
{
color: #EE5205;
}
.AnyTagClassName
{
color: #EE5205;
}
</style>
background-color css
<style>
a { background-color: #EE5205; }
a { background-color: rgb(238,82,5); }
div.DivClassName
{
background-color: #EE5205;
}
.BgClassName
{
background-color: #EE5205;
}
</style>
border-color css
<style>
span { border-color: #EE5205; }
span { border-color: rgb(238,82,5); }
td.TdClassName
{
border-color: #EE5205;
}
.TagClassName
{
border-color: #EE5205;
}
</style>