Shades of Flamenco #EA894D
Tints of Flamenco #EA894D
RGB
CMYK
RGB Variations
Color information
#EA894D (or 0xEA894D) is known color: Flamenco. HEX triplet: EA, 89 and 4D. RGB value is (234,137,77). Sum of RGB (Red+Green+Blue) = 234+137+77=448 (59% of max value = 765). Red value is 234 (91.80% from 255 or 52.23% from 448); Green value is 137 (53.91% from 255 or 30.58% from 448); Blue value is 77 (30.47% from 255 or 17.19% from 448); Max value from RGB is 234 - color contains mainly: red. Hex color #EA894D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EA894D is #1576B2. Grayscale: #9F9F9F. Windows color (decimal): -1406643 or 5081578. OLE color: 5081578.
HSL color Cylindrical-coordinate representation of color #EA894D: hue angle of 22.93º degrees, saturation: 0.79, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #EA894D is Cyan = 0, Magento = 0.41, Yellow = 0.67 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 137 | 77 | - |
| CMYK | 0 | 0.41 | 0.67 | 0.08 |
| HSL | 22.93º | 0.79% | 0.61% | - |
| HSV(B) | 22.93º | 0.67% | 0.92% | - |
| XYZ | 44.22 | 35.92 | 11.62 | - |
| YUV | 159.16 | 81.64 | 181.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 137 | 77 | 0 | 0.41 | 0.67 | 0.08 | 22.93 | 0.79 | 0.61 |
| Hex | EA | 89 | 4D | 0 | 29 | 43 | 8 | 17 | 4F | 3D |
| Octal | 352 | 211 | 115 | 0 | 51 | 103 | 10 | 27 | 117 | 75 |
| Binary | 11101010 | 10001001 | 1001101 | 0 | 101001 | 1000011 | 1000 | 10111 | 1001111 | 111101 |
Color Harmonies of #EA894D
Complementary color
Monochromatic Colors of #EA894D
Black with #EA894D
Text Example
Text Example
White with #EA894D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA894D; }
p { color: rgb(234,137,77); }
H1.HeaderClassName
{
color: #EA894D;
}
.AnyTagClassName
{
color: #EA894D;
}
</style>
background-color css
<style>
a { background-color: #EA894D; }
a { background-color: rgb(234,137,77); }
div.DivClassName
{
background-color: #EA894D;
}
.BgClassName
{
background-color: #EA894D;
}
</style>
border-color css
<style>
span { border-color: #EA894D; }
span { border-color: rgb(234,137,77); }
td.TdClassName
{
border-color: #EA894D;
}
.TagClassName
{
border-color: #EA894D;
}
</style>