Shades of Flamenco #E08448
Tints of Flamenco #E08448
RGB
CMYK
RGB Variations
Color information
#E08448 (or 0xE08448) is known color: Flamenco. HEX triplet: E0, 84 and 48. RGB value is (224,132,72). Sum of RGB (Red+Green+Blue) = 224+132+72=428 (56% of max value = 765). Red value is 224 (87.89% from 255 or 52.34% from 428); Green value is 132 (51.95% from 255 or 30.84% from 428); Blue value is 72 (28.52% from 255 or 16.82% from 428); Max value from RGB is 224 - color contains mainly: red. Hex color #E08448 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E08448 is #1F7BB7. Grayscale: #989898. Windows color (decimal): -2063288 or 4752608. OLE color: 4752608.
HSL color Cylindrical-coordinate representation of color #E08448: hue angle of 23.68º degrees, saturation: 0.71, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #E08448 is Cyan = 0, Magento = 0.41, Yellow = 0.68 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 132 | 72 | - |
| CMYK | 0 | 0.41 | 0.68 | 0.12 |
| HSL | 23.68º | 0.71% | 0.58% | - |
| HSV(B) | 23.68º | 0.68% | 0.88% | - |
| XYZ | 40.16 | 32.82 | 10.35 | - |
| YUV | 152.67 | 82.48 | 178.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 132 | 72 | 0 | 0.41 | 0.68 | 0.12 | 23.68 | 0.71 | 0.58 |
| Hex | E0 | 84 | 48 | 0 | 29 | 44 | C | 18 | 47 | 3A |
| Octal | 340 | 204 | 110 | 0 | 51 | 104 | 14 | 30 | 107 | 72 |
| Binary | 11100000 | 10000100 | 1001000 | 0 | 101001 | 1000100 | 1100 | 11000 | 1000111 | 111010 |
Color Harmonies of #E08448
Complementary color
Monochromatic Colors of #E08448
Black with #E08448
Text Example
Text Example
White with #E08448
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E08448; }
p { color: rgb(224,132,72); }
H1.HeaderClassName
{
color: #E08448;
}
.AnyTagClassName
{
color: #E08448;
}
</style>
background-color css
<style>
a { background-color: #E08448; }
a { background-color: rgb(224,132,72); }
div.DivClassName
{
background-color: #E08448;
}
.BgClassName
{
background-color: #E08448;
}
</style>
border-color css
<style>
span { border-color: #E08448; }
span { border-color: rgb(224,132,72); }
td.TdClassName
{
border-color: #E08448;
}
.TagClassName
{
border-color: #E08448;
}
</style>