Shades of Persimmon #EE571D
Tints of Persimmon #EE571D
RGB
CMYK
RGB Variations
Color information
#EE571D (or 0xEE571D) is known color: Persimmon. HEX triplet: EE, 57 and 1D. RGB value is (238,87,29). Sum of RGB (Red+Green+Blue) = 238+87+29=354 (46% of max value = 765). Red value is 238 (93.36% from 255 or 67.23% from 354); Green value is 87 (34.38% from 255 or 24.58% from 354); Blue value is 29 (11.72% from 255 or 8.19% from 354); Max value from RGB is 238 - color contains mainly: red. Hex color #EE571D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EE571D is #11A8E2. Grayscale: #7D7D7D. Windows color (decimal): -1157347 or 1923054. OLE color: 1923054.
HSL color Cylindrical-coordinate representation of color #EE571D: hue angle of 16.65º 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 #EE571D is Cyan = 0, Magento = 0.63, Yellow = 0.88 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 87 | 29 | - |
| CMYK | 0 | 0.63 | 0.88 | 0.07 |
| HSL | 16.65º | 0.86% | 0.52% | - |
| HSV(B) | 16.65º | 0.88% | 0.93% | - |
| XYZ | 38.89 | 25.08 | 3.95 | - |
| YUV | 125.54 | 73.53 | 208.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 87 | 29 | 0 | 0.63 | 0.88 | 0.07 | 16.65 | 0.86 | 0.52 |
| Hex | EE | 57 | 1D | 0 | 3F | 58 | 7 | 11 | 56 | 34 |
| Octal | 356 | 127 | 35 | 0 | 77 | 130 | 7 | 21 | 126 | 64 |
| Binary | 11101110 | 1010111 | 11101 | 0 | 111111 | 1011000 | 111 | 10001 | 1010110 | 110100 |
Color Harmonies of #EE571D
Complementary color
Monochromatic Colors of #EE571D
Black with #EE571D
Text Example
Text Example
White with #EE571D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE571D; }
p { color: rgb(238,87,29); }
H1.HeaderClassName
{
color: #EE571D;
}
.AnyTagClassName
{
color: #EE571D;
}
</style>
background-color css
<style>
a { background-color: #EE571D; }
a { background-color: rgb(238,87,29); }
div.DivClassName
{
background-color: #EE571D;
}
.BgClassName
{
background-color: #EE571D;
}
</style>
border-color css
<style>
span { border-color: #EE571D; }
span { border-color: rgb(238,87,29); }
td.TdClassName
{
border-color: #EE571D;
}
.TagClassName
{
border-color: #EE571D;
}
</style>