Shades of Persimmon #EE551D
Tints of Persimmon #EE551D
RGB
CMYK
RGB Variations
Color information
#EE551D (or 0xEE551D) is known color: Persimmon. HEX triplet: EE, 55 and 1D. RGB value is (238,85,29). Sum of RGB (Red+Green+Blue) = 238+85+29=352 (46% of max value = 765). Red value is 238 (93.36% from 255 or 67.61% from 352); Green value is 85 (33.59% from 255 or 24.15% from 352); Blue value is 29 (11.72% from 255 or 8.24% from 352); Max value from RGB is 238 - color contains mainly: red. Hex color #EE551D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EE551D is #11AAE2. Grayscale: #7C7C7C. Windows color (decimal): -1157859 or 1922542. OLE color: 1922542.
HSL color Cylindrical-coordinate representation of color #EE551D: hue angle of 16.08º 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 #EE551D is Cyan = 0, Magento = 0.64, Yellow = 0.88 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 85 | 29 | - |
| CMYK | 0 | 0.64 | 0.88 | 0.07 |
| HSL | 16.08º | 0.86% | 0.52% | - |
| HSV(B) | 16.08º | 0.88% | 0.93% | - |
| XYZ | 38.73 | 24.76 | 3.9 | - |
| YUV | 124.36 | 74.19 | 209.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 85 | 29 | 0 | 0.64 | 0.88 | 0.07 | 16.08 | 0.86 | 0.52 |
| Hex | EE | 55 | 1D | 0 | 40 | 58 | 7 | 10 | 56 | 34 |
| Octal | 356 | 125 | 35 | 0 | 100 | 130 | 7 | 20 | 126 | 64 |
| Binary | 11101110 | 1010101 | 11101 | 0 | 1000000 | 1011000 | 111 | 10000 | 1010110 | 110100 |
Color Harmonies of #EE551D
Complementary color
Monochromatic Colors of #EE551D
Black with #EE551D
Text Example
Text Example
White with #EE551D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE551D; }
p { color: rgb(238,85,29); }
H1.HeaderClassName
{
color: #EE551D;
}
.AnyTagClassName
{
color: #EE551D;
}
</style>
background-color css
<style>
a { background-color: #EE551D; }
a { background-color: rgb(238,85,29); }
div.DivClassName
{
background-color: #EE551D;
}
.BgClassName
{
background-color: #EE551D;
}
</style>
border-color css
<style>
span { border-color: #EE551D; }
span { border-color: rgb(238,85,29); }
td.TdClassName
{
border-color: #EE551D;
}
.TagClassName
{
border-color: #EE551D;
}
</style>