Shades of Flamenco #EE7E47
Tints of Flamenco #EE7E47
RGB
CMYK
RGB Variations
Color information
#EE7E47 (or 0xEE7E47) is known color: Flamenco. HEX triplet: EE, 7E and 47. RGB value is (238,126,71). Sum of RGB (Red+Green+Blue) = 238+126+71=435 (57% of max value = 765). Red value is 238 (93.36% from 255 or 54.71% from 435); Green value is 126 (49.61% from 255 or 28.97% from 435); Blue value is 71 (28.12% from 255 or 16.32% from 435); Max value from RGB is 238 - color contains mainly: red. Hex color #EE7E47 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EE7E47 is #1181B8. Grayscale: #999999. Windows color (decimal): -1147321 or 4685550. OLE color: 4685550.
HSL color Cylindrical-coordinate representation of color #EE7E47: hue angle of 19.76º degrees, saturation: 0.83, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #EE7E47 is Cyan = 0, Magento = 0.47, Yellow = 0.70 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 126 | 71 | - |
| CMYK | 0 | 0.47 | 0.70 | 0.07 |
| HSL | 19.76º | 0.83% | 0.61% | - |
| HSV(B) | 19.76º | 0.7% | 0.93% | - |
| XYZ | 43.86 | 33.55 | 10.13 | - |
| YUV | 153.22 | 81.61 | 188.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 126 | 71 | 0 | 0.47 | 0.70 | 0.07 | 19.76 | 0.83 | 0.61 |
| Hex | EE | 7E | 47 | 0 | 2F | 46 | 7 | 14 | 53 | 3D |
| Octal | 356 | 176 | 107 | 0 | 57 | 106 | 7 | 24 | 123 | 75 |
| Binary | 11101110 | 1111110 | 1000111 | 0 | 101111 | 1000110 | 111 | 10100 | 1010011 | 111101 |
Color Harmonies of #EE7E47
Complementary color
Monochromatic Colors of #EE7E47
Black with #EE7E47
Text Example
Text Example
White with #EE7E47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE7E47; }
p { color: rgb(238,126,71); }
H1.HeaderClassName
{
color: #EE7E47;
}
.AnyTagClassName
{
color: #EE7E47;
}
</style>
background-color css
<style>
a { background-color: #EE7E47; }
a { background-color: rgb(238,126,71); }
div.DivClassName
{
background-color: #EE7E47;
}
.BgClassName
{
background-color: #EE7E47;
}
</style>
border-color css
<style>
span { border-color: #EE7E47; }
span { border-color: rgb(238,126,71); }
td.TdClassName
{
border-color: #EE7E47;
}
.TagClassName
{
border-color: #EE7E47;
}
</style>