Shades of Flamenco #E88A4D
Tints of Flamenco #E88A4D
RGB
CMYK
RGB Variations
Color information
#E88A4D (or 0xE88A4D) is known color: Flamenco. HEX triplet: E8, 8A and 4D. RGB value is (232,138,77). Sum of RGB (Red+Green+Blue) = 232+138+77=447 (59% of max value = 765). Red value is 232 (91.02% from 255 or 51.90% from 447); Green value is 138 (54.30% from 255 or 30.87% from 447); Blue value is 77 (30.47% from 255 or 17.23% from 447); Max value from RGB is 232 - color contains mainly: red. Hex color #E88A4D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E88A4D is #1775B2. Grayscale: #9F9F9F. Windows color (decimal): -1537459 or 5081832. OLE color: 5081832.
HSL color Cylindrical-coordinate representation of color #E88A4D: hue angle of 23.61º degrees, saturation: 0.77, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #E88A4D is Cyan = 0, Magento = 0.41, Yellow = 0.67 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 138 | 77 | - |
| CMYK | 0 | 0.41 | 0.67 | 0.09 |
| HSL | 23.61º | 0.77% | 0.61% | - |
| HSV(B) | 23.61º | 0.67% | 0.91% | - |
| XYZ | 43.71 | 35.87 | 11.64 | - |
| YUV | 159.15 | 81.64 | 179.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 138 | 77 | 0 | 0.41 | 0.67 | 0.09 | 23.61 | 0.77 | 0.61 |
| Hex | E8 | 8A | 4D | 0 | 29 | 43 | 9 | 18 | 4D | 3D |
| Octal | 350 | 212 | 115 | 0 | 51 | 103 | 11 | 30 | 115 | 75 |
| Binary | 11101000 | 10001010 | 1001101 | 0 | 101001 | 1000011 | 1001 | 11000 | 1001101 | 111101 |
Color Harmonies of #E88A4D
Complementary color
Monochromatic Colors of #E88A4D
Black with #E88A4D
Text Example
Text Example
White with #E88A4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E88A4D; }
p { color: rgb(232,138,77); }
H1.HeaderClassName
{
color: #E88A4D;
}
.AnyTagClassName
{
color: #E88A4D;
}
</style>
background-color css
<style>
a { background-color: #E88A4D; }
a { background-color: rgb(232,138,77); }
div.DivClassName
{
background-color: #E88A4D;
}
.BgClassName
{
background-color: #E88A4D;
}
</style>
border-color css
<style>
span { border-color: #E88A4D; }
span { border-color: rgb(232,138,77); }
td.TdClassName
{
border-color: #E88A4D;
}
.TagClassName
{
border-color: #E88A4D;
}
</style>