Shades of Persimmon #EE6605
Tints of Persimmon #EE6605
RGB
CMYK
RGB Variations
Color information
#EE6605 (or 0xEE6605) is known color: Persimmon. HEX triplet: EE, 66 and 05. RGB value is (238,102,5). Sum of RGB (Red+Green+Blue) = 238+102+5=345 (45% of max value = 765). Red value is 238 (93.36% from 255 or 68.99% from 345); Green value is 102 (40.23% from 255 or 29.57% from 345); Blue value is 5 (2.34% from 255 or 1.45% from 345); Max value from RGB is 238 - color contains mainly: red. Hex color #EE6605 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EE6605 is #1199FA. Grayscale: #848484. Windows color (decimal): -1153531 or 354030. OLE color: 354030.
HSL color Cylindrical-coordinate representation of color #EE6605: hue angle of 24.98º 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 #EE6605 is Cyan = 0, Magento = 0.57, Yellow = 0.98 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 102 | 5 | - |
| CMYK | 0 | 0.57 | 0.98 | 0.07 |
| HSL | 24.98º | 0.96% | 0.48% | - |
| HSV(B) | 24.98º | 0.98% | 0.93% | - |
| XYZ | 40.04 | 27.69 | 3.38 | - |
| YUV | 131.61 | 56.56 | 203.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 102 | 5 | 0 | 0.57 | 0.98 | 0.07 | 24.98 | 0.96 | 0.48 |
| Hex | EE | 66 | 5 | 0 | 39 | 62 | 7 | 19 | 60 | 30 |
| Octal | 356 | 146 | 5 | 0 | 71 | 142 | 7 | 31 | 140 | 60 |
| Binary | 11101110 | 1100110 | 101 | 0 | 111001 | 1100010 | 111 | 11001 | 1100000 | 110000 |
Color Harmonies of #EE6605
Complementary color
Monochromatic Colors of #EE6605
Black with #EE6605
Text Example
Text Example
White with #EE6605
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE6605; }
p { color: rgb(238,102,5); }
H1.HeaderClassName
{
color: #EE6605;
}
.AnyTagClassName
{
color: #EE6605;
}
</style>
background-color css
<style>
a { background-color: #EE6605; }
a { background-color: rgb(238,102,5); }
div.DivClassName
{
background-color: #EE6605;
}
.BgClassName
{
background-color: #EE6605;
}
</style>
border-color css
<style>
span { border-color: #EE6605; }
span { border-color: rgb(238,102,5); }
td.TdClassName
{
border-color: #EE6605;
}
.TagClassName
{
border-color: #EE6605;
}
</style>