Shades of Persimmon #EE6205
Tints of Persimmon #EE6205
RGB
CMYK
RGB Variations
Color information
#EE6205 (or 0xEE6205) is known color: Persimmon. HEX triplet: EE, 62 and 05. RGB value is (238,98,5). Sum of RGB (Red+Green+Blue) = 238+98+5=341 (45% of max value = 765). Red value is 238 (93.36% from 255 or 69.79% from 341); Green value is 98 (38.67% from 255 or 28.74% from 341); Blue value is 5 (2.34% from 255 or 1.47% from 341); Max value from RGB is 238 - color contains mainly: red. Hex color #EE6205 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EE6205 is #119DFA. Grayscale: #818181. Windows color (decimal): -1154555 or 353006. OLE color: 353006.
HSL color Cylindrical-coordinate representation of color #EE6205: hue angle of 23.95º 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 #EE6205 is Cyan = 0, Magento = 0.59, Yellow = 0.98 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 98 | 5 | - |
| CMYK | 0 | 0.59 | 0.98 | 0.07 |
| HSL | 23.95º | 0.96% | 0.48% | - |
| HSV(B) | 23.95º | 0.98% | 0.93% | - |
| XYZ | 39.65 | 26.92 | 3.25 | - |
| YUV | 129.26 | 57.88 | 205.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 98 | 5 | 0 | 0.59 | 0.98 | 0.07 | 23.95 | 0.96 | 0.48 |
| Hex | EE | 62 | 5 | 0 | 3B | 62 | 7 | 18 | 60 | 30 |
| Octal | 356 | 142 | 5 | 0 | 73 | 142 | 7 | 30 | 140 | 60 |
| Binary | 11101110 | 1100010 | 101 | 0 | 111011 | 1100010 | 111 | 11000 | 1100000 | 110000 |
Color Harmonies of #EE6205
Complementary color
Monochromatic Colors of #EE6205
Black with #EE6205
Text Example
Text Example
White with #EE6205
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE6205; }
p { color: rgb(238,98,5); }
H1.HeaderClassName
{
color: #EE6205;
}
.AnyTagClassName
{
color: #EE6205;
}
</style>
background-color css
<style>
a { background-color: #EE6205; }
a { background-color: rgb(238,98,5); }
div.DivClassName
{
background-color: #EE6205;
}
.BgClassName
{
background-color: #EE6205;
}
</style>
border-color css
<style>
span { border-color: #EE6205; }
span { border-color: rgb(238,98,5); }
td.TdClassName
{
border-color: #EE6205;
}
.TagClassName
{
border-color: #EE6205;
}
</style>