Shades of Persimmon #EE5E0A
Tints of Persimmon #EE5E0A
RGB
CMYK
RGB Variations
Color information
#EE5E0A (or 0xEE5E0A) is known color: Persimmon. HEX triplet: EE, 5E and 0A. RGB value is (238,94,10). Sum of RGB (Red+Green+Blue) = 238+94+10=342 (45% of max value = 765). Red value is 238 (93.36% from 255 or 69.59% from 342); Green value is 94 (37.11% from 255 or 27.49% from 342); Blue value is 10 (4.30% from 255 or 2.92% from 342); Max value from RGB is 238 - color contains mainly: red. Hex color #EE5E0A is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EE5E0A is #11A1F5. Grayscale: #7F7F7F. Windows color (decimal): -1155574 or 679662. OLE color: 679662.
HSL color Cylindrical-coordinate representation of color #EE5E0A: hue angle of 22.11º degrees, saturation: 0.92, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #EE5E0A is Cyan = 0, Magento = 0.61, Yellow = 0.96 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 94 | 10 | - |
| CMYK | 0 | 0.61 | 0.96 | 0.07 |
| HSL | 22.11º | 0.92% | 0.49% | - |
| HSV(B) | 22.11º | 0.96% | 0.93% | - |
| XYZ | 39.32 | 26.2 | 3.27 | - |
| YUV | 127.48 | 61.71 | 206.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 94 | 10 | 0 | 0.61 | 0.96 | 0.07 | 22.11 | 0.92 | 0.49 |
| Hex | EE | 5E | A | 0 | 3D | 60 | 7 | 16 | 5C | 31 |
| Octal | 356 | 136 | 12 | 0 | 75 | 140 | 7 | 26 | 134 | 61 |
| Binary | 11101110 | 1011110 | 1010 | 0 | 111101 | 1100000 | 111 | 10110 | 1011100 | 110001 |
Color Harmonies of #EE5E0A
Complementary color
Monochromatic Colors of #EE5E0A
Black with #EE5E0A
Text Example
Text Example
White with #EE5E0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE5E0A; }
p { color: rgb(238,94,10); }
H1.HeaderClassName
{
color: #EE5E0A;
}
.AnyTagClassName
{
color: #EE5E0A;
}
</style>
background-color css
<style>
a { background-color: #EE5E0A; }
a { background-color: rgb(238,94,10); }
div.DivClassName
{
background-color: #EE5E0A;
}
.BgClassName
{
background-color: #EE5E0A;
}
</style>
border-color css
<style>
span { border-color: #EE5E0A; }
span { border-color: rgb(238,94,10); }
td.TdClassName
{
border-color: #EE5E0A;
}
.TagClassName
{
border-color: #EE5E0A;
}
</style>