Shades of Persimmon #EE5D0F
Tints of Persimmon #EE5D0F
RGB
CMYK
RGB Variations
Color information
#EE5D0F (or 0xEE5D0F) is known color: Persimmon. HEX triplet: EE, 5D and 0F. RGB value is (238,93,15). Sum of RGB (Red+Green+Blue) = 238+93+15=346 (45% of max value = 765). Red value is 238 (93.36% from 255 or 68.79% from 346); Green value is 93 (36.72% from 255 or 26.88% from 346); Blue value is 15 (6.25% from 255 or 4.34% from 346); Max value from RGB is 238 - color contains mainly: red. Hex color #EE5D0F is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EE5D0F is #11A2F0. Grayscale: #7F7F7F. Windows color (decimal): -1155825 or 1007086. OLE color: 1007086.
HSL color Cylindrical-coordinate representation of color #EE5D0F: hue angle of 20.99º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #EE5D0F is Cyan = 0, Magento = 0.61, Yellow = 0.94 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 93 | 15 | - |
| CMYK | 0 | 0.61 | 0.94 | 0.07 |
| HSL | 20.99º | 0.88% | 0.5% | - |
| HSV(B) | 20.99º | 0.94% | 0.93% | - |
| XYZ | 39.26 | 26.04 | 3.41 | - |
| YUV | 127.46 | 64.54 | 206.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 93 | 15 | 0 | 0.61 | 0.94 | 0.07 | 20.99 | 0.88 | 0.5 |
| Hex | EE | 5D | F | 0 | 3D | 5E | 7 | 15 | 58 | 32 |
| Octal | 356 | 135 | 17 | 0 | 75 | 136 | 7 | 25 | 130 | 62 |
| Binary | 11101110 | 1011101 | 1111 | 0 | 111101 | 1011110 | 111 | 10101 | 1011000 | 110010 |
Color Harmonies of #EE5D0F
Complementary color
Monochromatic Colors of #EE5D0F
Black with #EE5D0F
Text Example
Text Example
White with #EE5D0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE5D0F; }
p { color: rgb(238,93,15); }
H1.HeaderClassName
{
color: #EE5D0F;
}
.AnyTagClassName
{
color: #EE5D0F;
}
</style>
background-color css
<style>
a { background-color: #EE5D0F; }
a { background-color: rgb(238,93,15); }
div.DivClassName
{
background-color: #EE5D0F;
}
.BgClassName
{
background-color: #EE5D0F;
}
</style>
border-color css
<style>
span { border-color: #EE5D0F; }
span { border-color: rgb(238,93,15); }
td.TdClassName
{
border-color: #EE5D0F;
}
.TagClassName
{
border-color: #EE5D0F;
}
</style>