Shades of Flamenco #EA8840
Tints of Flamenco #EA8840
RGB
CMYK
RGB Variations
Color information
#EA8840 (or 0xEA8840) is known color: Flamenco. HEX triplet: EA, 88 and 40. RGB value is (234,136,64). Sum of RGB (Red+Green+Blue) = 234+136+64=434 (57% of max value = 765). Red value is 234 (91.80% from 255 or 53.92% from 434); Green value is 136 (53.52% from 255 or 31.34% from 434); Blue value is 64 (25.39% from 255 or 14.75% from 434); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8840 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EA8840 is #1577BF. Grayscale: #9D9D9D. Windows color (decimal): -1406912 or 4229354. OLE color: 4229354.
HSL color Cylindrical-coordinate representation of color #EA8840: hue angle of 25.41º degrees, saturation: 0.8, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #EA8840 is Cyan = 0, Magento = 0.42, Yellow = 0.73 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 136 | 64 | - |
| CMYK | 0 | 0.42 | 0.73 | 0.08 |
| HSL | 25.41º | 0.8% | 0.58% | - |
| HSV(B) | 25.41º | 0.73% | 0.92% | - |
| XYZ | 43.66 | 35.47 | 9.4 | - |
| YUV | 157.09 | 75.47 | 182.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 136 | 64 | 0 | 0.42 | 0.73 | 0.08 | 25.41 | 0.8 | 0.58 |
| Hex | EA | 88 | 40 | 0 | 2A | 49 | 8 | 19 | 50 | 3A |
| Octal | 352 | 210 | 100 | 0 | 52 | 111 | 10 | 31 | 120 | 72 |
| Binary | 11101010 | 10001000 | 1000000 | 0 | 101010 | 1001001 | 1000 | 11001 | 1010000 | 111010 |
Color Harmonies of #EA8840
Complementary color
Monochromatic Colors of #EA8840
Black with #EA8840
Text Example
Text Example
White with #EA8840
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA8840; }
p { color: rgb(234,136,64); }
H1.HeaderClassName
{
color: #EA8840;
}
.AnyTagClassName
{
color: #EA8840;
}
</style>
background-color css
<style>
a { background-color: #EA8840; }
a { background-color: rgb(234,136,64); }
div.DivClassName
{
background-color: #EA8840;
}
.BgClassName
{
background-color: #EA8840;
}
</style>
border-color css
<style>
span { border-color: #EA8840; }
span { border-color: rgb(234,136,64); }
td.TdClassName
{
border-color: #EA8840;
}
.TagClassName
{
border-color: #EA8840;
}
</style>