Shades of Persimmon #EE581C
Tints of Persimmon #EE581C
RGB
CMYK
RGB Variations
Color information
#EE581C (or 0xEE581C) is known color: Persimmon. HEX triplet: EE, 58 and 1C. RGB value is (238,88,28). Sum of RGB (Red+Green+Blue) = 238+88+28=354 (46% of max value = 765). Red value is 238 (93.36% from 255 or 67.23% from 354); Green value is 88 (34.77% from 255 or 24.86% from 354); Blue value is 28 (11.33% from 255 or 7.91% from 354); Max value from RGB is 238 - color contains mainly: red. Hex color #EE581C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EE581C is #11A7E3. Grayscale: #7E7E7E. Windows color (decimal): -1157092 or 1857774. OLE color: 1857774.
HSL color Cylindrical-coordinate representation of color #EE581C: hue angle of 17.14º degrees, saturation: 0.86, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #EE581C is Cyan = 0, Magento = 0.63, Yellow = 0.88 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 88 | 28 | - |
| CMYK | 0 | 0.63 | 0.88 | 0.07 |
| HSL | 17.14º | 0.86% | 0.52% | - |
| HSV(B) | 17.14º | 0.88% | 0.93% | - |
| XYZ | 38.96 | 25.24 | 3.92 | - |
| YUV | 126.01 | 72.7 | 207.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 88 | 28 | 0 | 0.63 | 0.88 | 0.07 | 17.14 | 0.86 | 0.52 |
| Hex | EE | 58 | 1C | 0 | 3F | 58 | 7 | 11 | 56 | 34 |
| Octal | 356 | 130 | 34 | 0 | 77 | 130 | 7 | 21 | 126 | 64 |
| Binary | 11101110 | 1011000 | 11100 | 0 | 111111 | 1011000 | 111 | 10001 | 1010110 | 110100 |
Color Harmonies of #EE581C
Complementary color
Monochromatic Colors of #EE581C
Black with #EE581C
Text Example
Text Example
White with #EE581C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE581C; }
p { color: rgb(238,88,28); }
H1.HeaderClassName
{
color: #EE581C;
}
.AnyTagClassName
{
color: #EE581C;
}
</style>
background-color css
<style>
a { background-color: #EE581C; }
a { background-color: rgb(238,88,28); }
div.DivClassName
{
background-color: #EE581C;
}
.BgClassName
{
background-color: #EE581C;
}
</style>
border-color css
<style>
span { border-color: #EE581C; }
span { border-color: rgb(238,88,28); }
td.TdClassName
{
border-color: #EE581C;
}
.TagClassName
{
border-color: #EE581C;
}
</style>