Shades of Flamenco #EE8348
Tints of Flamenco #EE8348
RGB
CMYK
RGB Variations
Color information
#EE8348 (or 0xEE8348) is known color: Flamenco. HEX triplet: EE, 83 and 48. RGB value is (238,131,72). Sum of RGB (Red+Green+Blue) = 238+131+72=441 (58% of max value = 765). Red value is 238 (93.36% from 255 or 53.97% from 441); Green value is 131 (51.56% from 255 or 29.71% from 441); Blue value is 72 (28.52% from 255 or 16.33% from 441); Max value from RGB is 238 - color contains mainly: red. Hex color #EE8348 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EE8348 is #117CB7. Grayscale: #9C9C9C. Windows color (decimal): -1146040 or 4752366. OLE color: 4752366.
HSL color Cylindrical-coordinate representation of color #EE8348: hue angle of 21.33º degrees, saturation: 0.83, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #EE8348 is Cyan = 0, Magento = 0.45, Yellow = 0.70 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 131 | 72 | - |
| CMYK | 0 | 0.45 | 0.70 | 0.07 |
| HSL | 21.33º | 0.83% | 0.61% | - |
| HSV(B) | 21.33º | 0.7% | 0.93% | - |
| XYZ | 44.55 | 34.88 | 10.52 | - |
| YUV | 156.27 | 80.45 | 186.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 131 | 72 | 0 | 0.45 | 0.70 | 0.07 | 21.33 | 0.83 | 0.61 |
| Hex | EE | 83 | 48 | 0 | 2D | 46 | 7 | 15 | 53 | 3D |
| Octal | 356 | 203 | 110 | 0 | 55 | 106 | 7 | 25 | 123 | 75 |
| Binary | 11101110 | 10000011 | 1001000 | 0 | 101101 | 1000110 | 111 | 10101 | 1010011 | 111101 |
Color Harmonies of #EE8348
Complementary color
Monochromatic Colors of #EE8348
Black with #EE8348
Text Example
Text Example
White with #EE8348
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE8348; }
p { color: rgb(238,131,72); }
H1.HeaderClassName
{
color: #EE8348;
}
.AnyTagClassName
{
color: #EE8348;
}
</style>
background-color css
<style>
a { background-color: #EE8348; }
a { background-color: rgb(238,131,72); }
div.DivClassName
{
background-color: #EE8348;
}
.BgClassName
{
background-color: #EE8348;
}
</style>
border-color css
<style>
span { border-color: #EE8348; }
span { border-color: rgb(238,131,72); }
td.TdClassName
{
border-color: #EE8348;
}
.TagClassName
{
border-color: #EE8348;
}
</style>