Shades of Persimmon #EE5D09
Tints of Persimmon #EE5D09
RGB
CMYK
RGB Variations
Color information
#EE5D09 (or 0xEE5D09) is known color: Persimmon. HEX triplet: EE, 5D and 09. RGB value is (238,93,9). Sum of RGB (Red+Green+Blue) = 238+93+9=340 (45% of max value = 765). Red value is 238 (93.36% from 255 or 70% from 340); Green value is 93 (36.72% from 255 or 27.35% from 340); Blue value is 9 (3.91% from 255 or 2.65% from 340); Max value from RGB is 238 - color contains mainly: red. Hex color #EE5D09 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EE5D09 is #11A2F6. Grayscale: #7F7F7F. Windows color (decimal): -1155831 or 613870. OLE color: 613870.
HSL color Cylindrical-coordinate representation of color #EE5D09: hue angle of 22.01º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #EE5D09 is Cyan = 0, Magento = 0.61, Yellow = 0.96 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 93 | 9 | - |
| CMYK | 0 | 0.61 | 0.96 | 0.07 |
| HSL | 22.01º | 0.93% | 0.48% | - |
| HSV(B) | 22.01º | 0.96% | 0.93% | - |
| XYZ | 39.22 | 26.03 | 3.21 | - |
| YUV | 126.78 | 61.54 | 207.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 93 | 9 | 0 | 0.61 | 0.96 | 0.07 | 22.01 | 0.93 | 0.48 |
| Hex | EE | 5D | 9 | 0 | 3D | 60 | 7 | 16 | 5D | 30 |
| Octal | 356 | 135 | 11 | 0 | 75 | 140 | 7 | 26 | 135 | 60 |
| Binary | 11101110 | 1011101 | 1001 | 0 | 111101 | 1100000 | 111 | 10110 | 1011101 | 110000 |
Color Harmonies of #EE5D09
Complementary color
Monochromatic Colors of #EE5D09
Black with #EE5D09
Text Example
Text Example
White with #EE5D09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE5D09; }
p { color: rgb(238,93,9); }
H1.HeaderClassName
{
color: #EE5D09;
}
.AnyTagClassName
{
color: #EE5D09;
}
</style>
background-color css
<style>
a { background-color: #EE5D09; }
a { background-color: rgb(238,93,9); }
div.DivClassName
{
background-color: #EE5D09;
}
.BgClassName
{
background-color: #EE5D09;
}
</style>
border-color css
<style>
span { border-color: #EE5D09; }
span { border-color: rgb(238,93,9); }
td.TdClassName
{
border-color: #EE5D09;
}
.TagClassName
{
border-color: #EE5D09;
}
</style>