Shades of Flamenco #EA8A44
Tints of Flamenco #EA8A44
RGB
CMYK
RGB Variations
Color information
#EA8A44 (or 0xEA8A44) is known color: Flamenco. HEX triplet: EA, 8A and 44. RGB value is (234,138,68). Sum of RGB (Red+Green+Blue) = 234+138+68=440 (58% of max value = 765). Red value is 234 (91.80% from 255 or 53.18% from 440); Green value is 138 (54.30% from 255 or 31.36% from 440); Blue value is 68 (26.95% from 255 or 15.45% from 440); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8A44 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EA8A44 is #1575BB. Grayscale: #9F9F9F. Windows color (decimal): -1406396 or 4492010. OLE color: 4492010.
HSL color Cylindrical-coordinate representation of color #EA8A44: hue angle of 25.3º 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 #EA8A44 is Cyan = 0, Magento = 0.41, Yellow = 0.71 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 138 | 68 | - |
| CMYK | 0 | 0.41 | 0.71 | 0.08 |
| HSL | 25.3º | 0.8% | 0.59% | - |
| HSV(B) | 25.3º | 0.71% | 0.92% | - |
| XYZ | 44.06 | 36.09 | 10.11 | - |
| YUV | 158.72 | 76.8 | 181.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 138 | 68 | 0 | 0.41 | 0.71 | 0.08 | 25.3 | 0.8 | 0.59 |
| Hex | EA | 8A | 44 | 0 | 29 | 47 | 8 | 19 | 50 | 3B |
| Octal | 352 | 212 | 104 | 0 | 51 | 107 | 10 | 31 | 120 | 73 |
| Binary | 11101010 | 10001010 | 1000100 | 0 | 101001 | 1000111 | 1000 | 11001 | 1010000 | 111011 |
Color Harmonies of #EA8A44
Complementary color
Monochromatic Colors of #EA8A44
Black with #EA8A44
Text Example
Text Example
White with #EA8A44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA8A44; }
p { color: rgb(234,138,68); }
H1.HeaderClassName
{
color: #EA8A44;
}
.AnyTagClassName
{
color: #EA8A44;
}
</style>
background-color css
<style>
a { background-color: #EA8A44; }
a { background-color: rgb(234,138,68); }
div.DivClassName
{
background-color: #EA8A44;
}
.BgClassName
{
background-color: #EA8A44;
}
</style>
border-color css
<style>
span { border-color: #EA8A44; }
span { border-color: rgb(234,138,68); }
td.TdClassName
{
border-color: #EA8A44;
}
.TagClassName
{
border-color: #EA8A44;
}
</style>