Shades of Persimmon #EE5805
Tints of Persimmon #EE5805
RGB
CMYK
RGB Variations
Color information
#EE5805 (or 0xEE5805) is known color: Persimmon. HEX triplet: EE, 58 and 05. RGB value is (238,88,5). Sum of RGB (Red+Green+Blue) = 238+88+5=331 (43% of max value = 765). Red value is 238 (93.36% from 255 or 71.90% from 331); Green value is 88 (34.77% from 255 or 26.59% from 331); Blue value is 5 (2.34% from 255 or 1.51% from 331); Max value from RGB is 238 - color contains mainly: red. Hex color #EE5805 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EE5805 is #11A7FA. Grayscale: #7B7B7B. Windows color (decimal): -1157115 or 350446. OLE color: 350446.
HSL color Cylindrical-coordinate representation of color #EE5805: hue angle of 21.37º 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 #EE5805 is Cyan = 0, Magento = 0.63, Yellow = 0.98 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 88 | 5 | - |
| CMYK | 0 | 0.63 | 0.98 | 0.07 |
| HSL | 21.37º | 0.96% | 0.48% | - |
| HSV(B) | 21.37º | 0.98% | 0.93% | - |
| XYZ | 38.78 | 25.17 | 2.96 | - |
| YUV | 123.39 | 61.2 | 209.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 88 | 5 | 0 | 0.63 | 0.98 | 0.07 | 21.37 | 0.96 | 0.48 |
| Hex | EE | 58 | 5 | 0 | 3F | 62 | 7 | 15 | 60 | 30 |
| Octal | 356 | 130 | 5 | 0 | 77 | 142 | 7 | 25 | 140 | 60 |
| Binary | 11101110 | 1011000 | 101 | 0 | 111111 | 1100010 | 111 | 10101 | 1100000 | 110000 |
Color Harmonies of #EE5805
Complementary color
Monochromatic Colors of #EE5805
Black with #EE5805
Text Example
Text Example
White with #EE5805
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE5805; }
p { color: rgb(238,88,5); }
H1.HeaderClassName
{
color: #EE5805;
}
.AnyTagClassName
{
color: #EE5805;
}
</style>
background-color css
<style>
a { background-color: #EE5805; }
a { background-color: rgb(238,88,5); }
div.DivClassName
{
background-color: #EE5805;
}
.BgClassName
{
background-color: #EE5805;
}
</style>
border-color css
<style>
span { border-color: #EE5805; }
span { border-color: rgb(238,88,5); }
td.TdClassName
{
border-color: #EE5805;
}
.TagClassName
{
border-color: #EE5805;
}
</style>