Shades of Flamenco #EA8043
Tints of Flamenco #EA8043
RGB
CMYK
RGB Variations
Color information
#EA8043 (or 0xEA8043) is known color: Flamenco. HEX triplet: EA, 80 and 43. RGB value is (234,128,67). Sum of RGB (Red+Green+Blue) = 234+128+67=429 (56% of max value = 765). Red value is 234 (91.80% from 255 or 54.55% from 429); Green value is 128 (50.39% from 255 or 29.84% from 429); Blue value is 67 (26.56% from 255 or 15.62% from 429); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8043 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EA8043 is #157FBC. Grayscale: #999999. Windows color (decimal): -1408957 or 4423914. OLE color: 4423914.
HSL color Cylindrical-coordinate representation of color #EA8043: hue angle of 21.92º degrees, saturation: 0.8, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #EA8043 is Cyan = 0, Magento = 0.45, Yellow = 0.71 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 128 | 67 | - |
| CMYK | 0 | 0.45 | 0.71 | 0.08 |
| HSL | 21.92º | 0.8% | 0.59% | - |
| HSV(B) | 21.92º | 0.71% | 0.92% | - |
| XYZ | 42.66 | 33.34 | 9.5 | - |
| YUV | 152.74 | 79.62 | 185.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 128 | 67 | 0 | 0.45 | 0.71 | 0.08 | 21.92 | 0.8 | 0.59 |
| Hex | EA | 80 | 43 | 0 | 2D | 47 | 8 | 16 | 50 | 3B |
| Octal | 352 | 200 | 103 | 0 | 55 | 107 | 10 | 26 | 120 | 73 |
| Binary | 11101010 | 10000000 | 1000011 | 0 | 101101 | 1000111 | 1000 | 10110 | 1010000 | 111011 |
Color Harmonies of #EA8043
Complementary color
Monochromatic Colors of #EA8043
Black with #EA8043
Text Example
Text Example
White with #EA8043
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA8043; }
p { color: rgb(234,128,67); }
H1.HeaderClassName
{
color: #EA8043;
}
.AnyTagClassName
{
color: #EA8043;
}
</style>
background-color css
<style>
a { background-color: #EA8043; }
a { background-color: rgb(234,128,67); }
div.DivClassName
{
background-color: #EA8043;
}
.BgClassName
{
background-color: #EA8043;
}
</style>
border-color css
<style>
span { border-color: #EA8043; }
span { border-color: rgb(234,128,67); }
td.TdClassName
{
border-color: #EA8043;
}
.TagClassName
{
border-color: #EA8043;
}
</style>