Shades of Flamenco #EE7E46
Tints of Flamenco #EE7E46
RGB
CMYK
RGB Variations
Color information
#EE7E46 (or 0xEE7E46) is known color: Flamenco. HEX triplet: EE, 7E and 46. RGB value is (238,126,70). Sum of RGB (Red+Green+Blue) = 238+126+70=434 (57% of max value = 765). Red value is 238 (93.36% from 255 or 54.84% from 434); Green value is 126 (49.61% from 255 or 29.03% from 434); Blue value is 70 (27.73% from 255 or 16.13% from 434); Max value from RGB is 238 - color contains mainly: red. Hex color #EE7E46 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EE7E46 is #1181B9. Grayscale: #999999. Windows color (decimal): -1147322 or 4620014. OLE color: 4620014.
HSL color Cylindrical-coordinate representation of color #EE7E46: hue angle of 20º degrees, saturation: 0.83, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #EE7E46 is Cyan = 0, Magento = 0.47, Yellow = 0.71 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 126 | 70 | - |
| CMYK | 0 | 0.47 | 0.71 | 0.07 |
| HSL | 20º | 0.83% | 0.6% | - |
| HSV(B) | 20º | 0.71% | 0.93% | - |
| XYZ | 43.83 | 33.54 | 9.96 | - |
| YUV | 153.1 | 81.11 | 188.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 126 | 70 | 0 | 0.47 | 0.71 | 0.07 | 20 | 0.83 | 0.6 |
| Hex | EE | 7E | 46 | 0 | 2F | 47 | 7 | 14 | 53 | 3C |
| Octal | 356 | 176 | 106 | 0 | 57 | 107 | 7 | 24 | 123 | 74 |
| Binary | 11101110 | 1111110 | 1000110 | 0 | 101111 | 1000111 | 111 | 10100 | 1010011 | 111100 |
Color Harmonies of #EE7E46
Complementary color
Monochromatic Colors of #EE7E46
Black with #EE7E46
Text Example
Text Example
White with #EE7E46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE7E46; }
p { color: rgb(238,126,70); }
H1.HeaderClassName
{
color: #EE7E46;
}
.AnyTagClassName
{
color: #EE7E46;
}
</style>
background-color css
<style>
a { background-color: #EE7E46; }
a { background-color: rgb(238,126,70); }
div.DivClassName
{
background-color: #EE7E46;
}
.BgClassName
{
background-color: #EE7E46;
}
</style>
border-color css
<style>
span { border-color: #EE7E46; }
span { border-color: rgb(238,126,70); }
td.TdClassName
{
border-color: #EE7E46;
}
.TagClassName
{
border-color: #EE7E46;
}
</style>