Shades of Flamenco #EA8943
Tints of Flamenco #EA8943
RGB
CMYK
RGB Variations
Color information
#EA8943 (or 0xEA8943) is known color: Flamenco. HEX triplet: EA, 89 and 43. RGB value is (234,137,67). Sum of RGB (Red+Green+Blue) = 234+137+67=438 (58% of max value = 765). Red value is 234 (91.80% from 255 or 53.42% from 438); Green value is 137 (53.91% from 255 or 31.28% from 438); Blue value is 67 (26.56% from 255 or 15.30% from 438); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8943 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EA8943 is #1576BC. Grayscale: #9E9E9E. Windows color (decimal): -1406653 or 4426218. OLE color: 4426218.
HSL color Cylindrical-coordinate representation of color #EA8943: hue angle of 25.15º 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 #EA8943 is Cyan = 0, Magento = 0.41, Yellow = 0.71 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 137 | 67 | - |
| CMYK | 0 | 0.41 | 0.71 | 0.08 |
| HSL | 25.15º | 0.8% | 0.59% | - |
| HSV(B) | 25.15º | 0.71% | 0.92% | - |
| XYZ | 43.89 | 35.79 | 9.9 | - |
| YUV | 158.02 | 76.64 | 182.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 137 | 67 | 0 | 0.41 | 0.71 | 0.08 | 25.15 | 0.8 | 0.59 |
| Hex | EA | 89 | 43 | 0 | 29 | 47 | 8 | 19 | 50 | 3B |
| Octal | 352 | 211 | 103 | 0 | 51 | 107 | 10 | 31 | 120 | 73 |
| Binary | 11101010 | 10001001 | 1000011 | 0 | 101001 | 1000111 | 1000 | 11001 | 1010000 | 111011 |
Color Harmonies of #EA8943
Complementary color
Monochromatic Colors of #EA8943
Black with #EA8943
Text Example
Text Example
White with #EA8943
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA8943; }
p { color: rgb(234,137,67); }
H1.HeaderClassName
{
color: #EA8943;
}
.AnyTagClassName
{
color: #EA8943;
}
</style>
background-color css
<style>
a { background-color: #EA8943; }
a { background-color: rgb(234,137,67); }
div.DivClassName
{
background-color: #EA8943;
}
.BgClassName
{
background-color: #EA8943;
}
</style>
border-color css
<style>
span { border-color: #EA8943; }
span { border-color: rgb(234,137,67); }
td.TdClassName
{
border-color: #EA8943;
}
.TagClassName
{
border-color: #EA8943;
}
</style>