Shades of Persimmon #EE5E09
Tints of Persimmon #EE5E09
RGB
CMYK
RGB Variations
Color information
#EE5E09 (or 0xEE5E09) is known color: Persimmon. HEX triplet: EE, 5E and 09. RGB value is (238,94,9). Sum of RGB (Red+Green+Blue) = 238+94+9=341 (45% of max value = 765). Red value is 238 (93.36% from 255 or 69.79% from 341); Green value is 94 (37.11% from 255 or 27.57% from 341); Blue value is 9 (3.91% from 255 or 2.64% from 341); Max value from RGB is 238 - color contains mainly: red. Hex color #EE5E09 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EE5E09 is #11A1F6. Grayscale: #7F7F7F. Windows color (decimal): -1155575 or 614126. OLE color: 614126.
HSL color Cylindrical-coordinate representation of color #EE5E09: hue angle of 22.27º 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 #EE5E09 is Cyan = 0, Magento = 0.61, Yellow = 0.96 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 94 | 9 | - |
| CMYK | 0 | 0.61 | 0.96 | 0.07 |
| HSL | 22.27º | 0.93% | 0.48% | - |
| HSV(B) | 22.27º | 0.96% | 0.93% | - |
| XYZ | 39.31 | 26.2 | 3.24 | - |
| YUV | 127.37 | 61.21 | 206.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 94 | 9 | 0 | 0.61 | 0.96 | 0.07 | 22.27 | 0.93 | 0.48 |
| Hex | EE | 5E | 9 | 0 | 3D | 60 | 7 | 16 | 5D | 30 |
| Octal | 356 | 136 | 11 | 0 | 75 | 140 | 7 | 26 | 135 | 60 |
| Binary | 11101110 | 1011110 | 1001 | 0 | 111101 | 1100000 | 111 | 10110 | 1011101 | 110000 |
Color Harmonies of #EE5E09
Complementary color
Monochromatic Colors of #EE5E09
Black with #EE5E09
Text Example
Text Example
White with #EE5E09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE5E09; }
p { color: rgb(238,94,9); }
H1.HeaderClassName
{
color: #EE5E09;
}
.AnyTagClassName
{
color: #EE5E09;
}
</style>
background-color css
<style>
a { background-color: #EE5E09; }
a { background-color: rgb(238,94,9); }
div.DivClassName
{
background-color: #EE5E09;
}
.BgClassName
{
background-color: #EE5E09;
}
</style>
border-color css
<style>
span { border-color: #EE5E09; }
span { border-color: rgb(238,94,9); }
td.TdClassName
{
border-color: #EE5E09;
}
.TagClassName
{
border-color: #EE5E09;
}
</style>