Shades of Persimmon #EE580D
Tints of Persimmon #EE580D
RGB
CMYK
RGB Variations
Color information
#EE580D (or 0xEE580D) is known color: Persimmon. HEX triplet: EE, 58 and 0D. RGB value is (238,88,13). Sum of RGB (Red+Green+Blue) = 238+88+13=339 (44% of max value = 765). Red value is 238 (93.36% from 255 or 70.21% from 339); Green value is 88 (34.77% from 255 or 25.96% from 339); Blue value is 13 (5.47% from 255 or 3.83% from 339); Max value from RGB is 238 - color contains mainly: red. Hex color #EE580D is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EE580D is #11A7F2. Grayscale: #7C7C7C. Windows color (decimal): -1157107 or 874734. OLE color: 874734.
HSL color Cylindrical-coordinate representation of color #EE580D: hue angle of 20º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #EE580D is Cyan = 0, Magento = 0.63, Yellow = 0.95 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 88 | 13 | - |
| CMYK | 0 | 0.63 | 0.95 | 0.07 |
| HSL | 20º | 0.9% | 0.49% | - |
| HSV(B) | 20º | 0.95% | 0.93% | - |
| XYZ | 38.82 | 25.19 | 3.2 | - |
| YUV | 124.3 | 65.2 | 209.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 88 | 13 | 0 | 0.63 | 0.95 | 0.07 | 20 | 0.9 | 0.49 |
| Hex | EE | 58 | D | 0 | 3F | 5F | 7 | 14 | 5A | 31 |
| Octal | 356 | 130 | 15 | 0 | 77 | 137 | 7 | 24 | 132 | 61 |
| Binary | 11101110 | 1011000 | 1101 | 0 | 111111 | 1011111 | 111 | 10100 | 1011010 | 110001 |
Color Harmonies of #EE580D
Complementary color
Monochromatic Colors of #EE580D
Black with #EE580D
Text Example
Text Example
White with #EE580D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE580D; }
p { color: rgb(238,88,13); }
H1.HeaderClassName
{
color: #EE580D;
}
.AnyTagClassName
{
color: #EE580D;
}
</style>
background-color css
<style>
a { background-color: #EE580D; }
a { background-color: rgb(238,88,13); }
div.DivClassName
{
background-color: #EE580D;
}
.BgClassName
{
background-color: #EE580D;
}
</style>
border-color css
<style>
span { border-color: #EE580D; }
span { border-color: rgb(238,88,13); }
td.TdClassName
{
border-color: #EE580D;
}
.TagClassName
{
border-color: #EE580D;
}
</style>