Shades of Flamenco #EA8343
Tints of Flamenco #EA8343
RGB
CMYK
RGB Variations
Color information
#EA8343 (or 0xEA8343) is known color: Flamenco. HEX triplet: EA, 83 and 43. RGB value is (234,131,67). Sum of RGB (Red+Green+Blue) = 234+131+67=432 (57% of max value = 765). Red value is 234 (91.80% from 255 or 54.17% from 432); Green value is 131 (51.56% from 255 or 30.32% from 432); Blue value is 67 (26.56% from 255 or 15.51% from 432); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8343 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EA8343 is #157CBC. Grayscale: #9A9A9A. Windows color (decimal): -1408189 or 4424682. OLE color: 4424682.
HSL color Cylindrical-coordinate representation of color #EA8343: hue angle of 22.99º 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 #EA8343 is Cyan = 0, Magento = 0.44, Yellow = 0.71 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 131 | 67 | - |
| CMYK | 0 | 0.44 | 0.71 | 0.08 |
| HSL | 22.99º | 0.8% | 0.59% | - |
| HSV(B) | 22.99º | 0.71% | 0.92% | - |
| XYZ | 43.06 | 34.13 | 9.63 | - |
| YUV | 154.5 | 78.62 | 184.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 131 | 67 | 0 | 0.44 | 0.71 | 0.08 | 22.99 | 0.8 | 0.59 |
| Hex | EA | 83 | 43 | 0 | 2C | 47 | 8 | 17 | 50 | 3B |
| Octal | 352 | 203 | 103 | 0 | 54 | 107 | 10 | 27 | 120 | 73 |
| Binary | 11101010 | 10000011 | 1000011 | 0 | 101100 | 1000111 | 1000 | 10111 | 1010000 | 111011 |
Color Harmonies of #EA8343
Complementary color
Monochromatic Colors of #EA8343
Black with #EA8343
Text Example
Text Example
White with #EA8343
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA8343; }
p { color: rgb(234,131,67); }
H1.HeaderClassName
{
color: #EA8343;
}
.AnyTagClassName
{
color: #EA8343;
}
</style>
background-color css
<style>
a { background-color: #EA8343; }
a { background-color: rgb(234,131,67); }
div.DivClassName
{
background-color: #EA8343;
}
.BgClassName
{
background-color: #EA8343;
}
</style>
border-color css
<style>
span { border-color: #EA8343; }
span { border-color: rgb(234,131,67); }
td.TdClassName
{
border-color: #EA8343;
}
.TagClassName
{
border-color: #EA8343;
}
</style>