Shades of Flamenco #EE8D43
Tints of Flamenco #EE8D43
RGB
CMYK
RGB Variations
Color information
#EE8D43 (or 0xEE8D43) is known color: Flamenco. HEX triplet: EE, 8D and 43. RGB value is (238,141,67). Sum of RGB (Red+Green+Blue) = 238+141+67=446 (59% of max value = 765). Red value is 238 (93.36% from 255 or 53.36% from 446); Green value is 141 (55.47% from 255 or 31.61% from 446); Blue value is 67 (26.56% from 255 or 15.02% from 446); Max value from RGB is 238 - color contains mainly: red. Hex color #EE8D43 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EE8D43 is #1172BC. Grayscale: #A1A1A1. Windows color (decimal): -1143485 or 4427246. OLE color: 4427246.
HSL color Cylindrical-coordinate representation of color #EE8D43: hue angle of 25.96º degrees, saturation: 0.83, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #EE8D43 is Cyan = 0, Magento = 0.41, Yellow = 0.72 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 141 | 67 | - |
| CMYK | 0 | 0.41 | 0.72 | 0.07 |
| HSL | 25.96º | 0.83% | 0.6% | - |
| HSV(B) | 25.96º | 0.72% | 0.93% | - |
| XYZ | 45.8 | 37.63 | 10.16 | - |
| YUV | 161.57 | 74.64 | 182.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 141 | 67 | 0 | 0.41 | 0.72 | 0.07 | 25.96 | 0.83 | 0.6 |
| Hex | EE | 8D | 43 | 0 | 29 | 48 | 7 | 1A | 53 | 3C |
| Octal | 356 | 215 | 103 | 0 | 51 | 110 | 7 | 32 | 123 | 74 |
| Binary | 11101110 | 10001101 | 1000011 | 0 | 101001 | 1001000 | 111 | 11010 | 1010011 | 111100 |
Color Harmonies of #EE8D43
Complementary color
Monochromatic Colors of #EE8D43
Black with #EE8D43
Text Example
Text Example
White with #EE8D43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE8D43; }
p { color: rgb(238,141,67); }
H1.HeaderClassName
{
color: #EE8D43;
}
.AnyTagClassName
{
color: #EE8D43;
}
</style>
background-color css
<style>
a { background-color: #EE8D43; }
a { background-color: rgb(238,141,67); }
div.DivClassName
{
background-color: #EE8D43;
}
.BgClassName
{
background-color: #EE8D43;
}
</style>
border-color css
<style>
span { border-color: #EE8D43; }
span { border-color: rgb(238,141,67); }
td.TdClassName
{
border-color: #EE8D43;
}
.TagClassName
{
border-color: #EE8D43;
}
</style>