Shades of Persimmon #EE580F
Tints of Persimmon #EE580F
RGB
CMYK
RGB Variations
Color information
#EE580F (or 0xEE580F) is known color: Persimmon. HEX triplet: EE, 58 and 0F. RGB value is (238,88,15). Sum of RGB (Red+Green+Blue) = 238+88+15=341 (45% of max value = 765). Red value is 238 (93.36% from 255 or 69.79% from 341); Green value is 88 (34.77% from 255 or 25.81% from 341); Blue value is 15 (6.25% from 255 or 4.40% from 341); Max value from RGB is 238 - color contains mainly: red. Hex color #EE580F is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EE580F is #11A7F0. Grayscale: #7C7C7C. Windows color (decimal): -1157105 or 1005806. OLE color: 1005806.
HSL color Cylindrical-coordinate representation of color #EE580F: hue angle of 19.64º 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 #EE580F is Cyan = 0, Magento = 0.63, Yellow = 0.94 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 88 | 15 | - |
| CMYK | 0 | 0.63 | 0.94 | 0.07 |
| HSL | 19.64º | 0.88% | 0.5% | - |
| HSV(B) | 19.64º | 0.94% | 0.93% | - |
| XYZ | 38.84 | 25.19 | 3.27 | - |
| YUV | 124.53 | 66.2 | 208.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 88 | 15 | 0 | 0.63 | 0.94 | 0.07 | 19.64 | 0.88 | 0.5 |
| Hex | EE | 58 | F | 0 | 3F | 5E | 7 | 14 | 58 | 32 |
| Octal | 356 | 130 | 17 | 0 | 77 | 136 | 7 | 24 | 130 | 62 |
| Binary | 11101110 | 1011000 | 1111 | 0 | 111111 | 1011110 | 111 | 10100 | 1011000 | 110010 |
Color Harmonies of #EE580F
Complementary color
Monochromatic Colors of #EE580F
Black with #EE580F
Text Example
Text Example
White with #EE580F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE580F; }
p { color: rgb(238,88,15); }
H1.HeaderClassName
{
color: #EE580F;
}
.AnyTagClassName
{
color: #EE580F;
}
</style>
background-color css
<style>
a { background-color: #EE580F; }
a { background-color: rgb(238,88,15); }
div.DivClassName
{
background-color: #EE580F;
}
.BgClassName
{
background-color: #EE580F;
}
</style>
border-color css
<style>
span { border-color: #EE580F; }
span { border-color: rgb(238,88,15); }
td.TdClassName
{
border-color: #EE580F;
}
.TagClassName
{
border-color: #EE580F;
}
</style>