Shades of Flamenco #EA844B
Tints of Flamenco #EA844B
RGB
CMYK
RGB Variations
Color information
#EA844B (or 0xEA844B) is known color: Flamenco. HEX triplet: EA, 84 and 4B. RGB value is (234,132,75). Sum of RGB (Red+Green+Blue) = 234+132+75=441 (58% of max value = 765). Red value is 234 (91.80% from 255 or 53.06% from 441); Green value is 132 (51.95% from 255 or 29.93% from 441); Blue value is 75 (29.69% from 255 or 17.01% from 441); Max value from RGB is 234 - color contains mainly: red. Hex color #EA844B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EA844B is #157BB4. Grayscale: #9C9C9C. Windows color (decimal): -1407925 or 4949226. OLE color: 4949226.
HSL color Cylindrical-coordinate representation of color #EA844B: hue angle of 21.51º degrees, saturation: 0.79, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #EA844B is Cyan = 0, Magento = 0.44, Yellow = 0.68 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 132 | 75 | - |
| CMYK | 0 | 0.44 | 0.68 | 0.08 |
| HSL | 21.51º | 0.79% | 0.61% | - |
| HSV(B) | 21.51º | 0.68% | 0.92% | - |
| XYZ | 43.45 | 34.5 | 11.03 | - |
| YUV | 156 | 82.29 | 183.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 132 | 75 | 0 | 0.44 | 0.68 | 0.08 | 21.51 | 0.79 | 0.61 |
| Hex | EA | 84 | 4B | 0 | 2C | 44 | 8 | 16 | 4F | 3D |
| Octal | 352 | 204 | 113 | 0 | 54 | 104 | 10 | 26 | 117 | 75 |
| Binary | 11101010 | 10000100 | 1001011 | 0 | 101100 | 1000100 | 1000 | 10110 | 1001111 | 111101 |
Color Harmonies of #EA844B
Complementary color
Monochromatic Colors of #EA844B
Black with #EA844B
Text Example
Text Example
White with #EA844B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA844B; }
p { color: rgb(234,132,75); }
H1.HeaderClassName
{
color: #EA844B;
}
.AnyTagClassName
{
color: #EA844B;
}
</style>
background-color css
<style>
a { background-color: #EA844B; }
a { background-color: rgb(234,132,75); }
div.DivClassName
{
background-color: #EA844B;
}
.BgClassName
{
background-color: #EA844B;
}
</style>
border-color css
<style>
span { border-color: #EA844B; }
span { border-color: rgb(234,132,75); }
td.TdClassName
{
border-color: #EA844B;
}
.TagClassName
{
border-color: #EA844B;
}
</style>