Shades of Persimmon #EE580C
Tints of Persimmon #EE580C
RGB
CMYK
RGB Variations
Color information
#EE580C (or 0xEE580C) is known color: Persimmon. HEX triplet: EE, 58 and 0C. RGB value is (238,88,12). Sum of RGB (Red+Green+Blue) = 238+88+12=338 (44% of max value = 765). Red value is 238 (93.36% from 255 or 70.41% from 338); Green value is 88 (34.77% from 255 or 26.04% from 338); Blue value is 12 (5.08% from 255 or 3.55% from 338); Max value from RGB is 238 - color contains mainly: red. Hex color #EE580C is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EE580C is #11A7F3. Grayscale: #7C7C7C. Windows color (decimal): -1157108 or 809198. OLE color: 809198.
HSL color Cylindrical-coordinate representation of color #EE580C: hue angle of 20.18º 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 #EE580C is Cyan = 0, Magento = 0.63, Yellow = 0.95 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 88 | 12 | - |
| CMYK | 0 | 0.63 | 0.95 | 0.07 |
| HSL | 20.18º | 0.9% | 0.49% | - |
| HSV(B) | 20.18º | 0.95% | 0.93% | - |
| XYZ | 38.82 | 25.18 | 3.16 | - |
| YUV | 124.19 | 64.7 | 209.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 88 | 12 | 0 | 0.63 | 0.95 | 0.07 | 20.18 | 0.9 | 0.49 |
| Hex | EE | 58 | C | 0 | 3F | 5F | 7 | 14 | 5A | 31 |
| Octal | 356 | 130 | 14 | 0 | 77 | 137 | 7 | 24 | 132 | 61 |
| Binary | 11101110 | 1011000 | 1100 | 0 | 111111 | 1011111 | 111 | 10100 | 1011010 | 110001 |
Color Harmonies of #EE580C
Complementary color
Monochromatic Colors of #EE580C
Black with #EE580C
Text Example
Text Example
White with #EE580C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE580C; }
p { color: rgb(238,88,12); }
H1.HeaderClassName
{
color: #EE580C;
}
.AnyTagClassName
{
color: #EE580C;
}
</style>
background-color css
<style>
a { background-color: #EE580C; }
a { background-color: rgb(238,88,12); }
div.DivClassName
{
background-color: #EE580C;
}
.BgClassName
{
background-color: #EE580C;
}
</style>
border-color css
<style>
span { border-color: #EE580C; }
span { border-color: rgb(238,88,12); }
td.TdClassName
{
border-color: #EE580C;
}
.TagClassName
{
border-color: #EE580C;
}
</style>