Shades of Persimmon #EE581B
Tints of Persimmon #EE581B
RGB
CMYK
RGB Variations
Color information
#EE581B (or 0xEE581B) is known color: Persimmon. HEX triplet: EE, 58 and 1B. RGB value is (238,88,27). Sum of RGB (Red+Green+Blue) = 238+88+27=353 (46% of max value = 765). Red value is 238 (93.36% from 255 or 67.42% from 353); Green value is 88 (34.77% from 255 or 24.93% from 353); Blue value is 27 (10.94% from 255 or 7.65% from 353); Max value from RGB is 238 - color contains mainly: red. Hex color #EE581B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EE581B is #11A7E4. Grayscale: #7E7E7E. Windows color (decimal): -1157093 or 1792238. OLE color: 1792238.
HSL color Cylindrical-coordinate representation of color #EE581B: hue angle of 17.35º degrees, saturation: 0.86, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #EE581B is Cyan = 0, Magento = 0.63, Yellow = 0.89 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 88 | 27 | - |
| CMYK | 0 | 0.63 | 0.89 | 0.07 |
| HSL | 17.35º | 0.86% | 0.52% | - |
| HSV(B) | 17.35º | 0.89% | 0.93% | - |
| XYZ | 38.95 | 25.24 | 3.86 | - |
| YUV | 125.9 | 72.2 | 207.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 88 | 27 | 0 | 0.63 | 0.89 | 0.07 | 17.35 | 0.86 | 0.52 |
| Hex | EE | 58 | 1B | 0 | 3F | 59 | 7 | 11 | 56 | 34 |
| Octal | 356 | 130 | 33 | 0 | 77 | 131 | 7 | 21 | 126 | 64 |
| Binary | 11101110 | 1011000 | 11011 | 0 | 111111 | 1011001 | 111 | 10001 | 1010110 | 110100 |
Color Harmonies of #EE581B
Complementary color
Monochromatic Colors of #EE581B
Black with #EE581B
Text Example
Text Example
White with #EE581B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE581B; }
p { color: rgb(238,88,27); }
H1.HeaderClassName
{
color: #EE581B;
}
.AnyTagClassName
{
color: #EE581B;
}
</style>
background-color css
<style>
a { background-color: #EE581B; }
a { background-color: rgb(238,88,27); }
div.DivClassName
{
background-color: #EE581B;
}
.BgClassName
{
background-color: #EE581B;
}
</style>
border-color css
<style>
span { border-color: #EE581B; }
span { border-color: rgb(238,88,27); }
td.TdClassName
{
border-color: #EE581B;
}
.TagClassName
{
border-color: #EE581B;
}
</style>