Shades of Flamenco #EB8D4D
Tints of Flamenco #EB8D4D
RGB
CMYK
RGB Variations
Color information
#EB8D4D (or 0xEB8D4D) is known color: Flamenco. HEX triplet: EB, 8D and 4D. RGB value is (235,141,77). Sum of RGB (Red+Green+Blue) = 235+141+77=453 (60% of max value = 765). Red value is 235 (92.19% from 255 or 51.88% from 453); Green value is 141 (55.47% from 255 or 31.13% from 453); Blue value is 77 (30.47% from 255 or 17.00% from 453); Max value from RGB is 235 - color contains mainly: red. Hex color #EB8D4D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EB8D4D is #1472B2. Grayscale: #A2A2A2. Windows color (decimal): -1340083 or 5082603. OLE color: 5082603.
HSL color Cylindrical-coordinate representation of color #EB8D4D: hue angle of 24.3º degrees, saturation: 0.8, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #EB8D4D is Cyan = 0, Magento = 0.4, Yellow = 0.67 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 141 | 77 | - |
| CMYK | 0 | 0.4 | 0.67 | 0.08 |
| HSL | 24.3º | 0.8% | 0.61% | - |
| HSV(B) | 24.3º | 0.67% | 0.92% | - |
| XYZ | 45.13 | 37.25 | 11.83 | - |
| YUV | 161.81 | 80.14 | 180.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 141 | 77 | 0 | 0.4 | 0.67 | 0.08 | 24.3 | 0.8 | 0.61 |
| Hex | EB | 8D | 4D | 0 | 28 | 43 | 8 | 18 | 50 | 3D |
| Octal | 353 | 215 | 115 | 0 | 50 | 103 | 10 | 30 | 120 | 75 |
| Binary | 11101011 | 10001101 | 1001101 | 0 | 101000 | 1000011 | 1000 | 11000 | 1010000 | 111101 |
Color Harmonies of #EB8D4D
Complementary color
Monochromatic Colors of #EB8D4D
Black with #EB8D4D
Text Example
Text Example
White with #EB8D4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB8D4D; }
p { color: rgb(235,141,77); }
H1.HeaderClassName
{
color: #EB8D4D;
}
.AnyTagClassName
{
color: #EB8D4D;
}
</style>
background-color css
<style>
a { background-color: #EB8D4D; }
a { background-color: rgb(235,141,77); }
div.DivClassName
{
background-color: #EB8D4D;
}
.BgClassName
{
background-color: #EB8D4D;
}
</style>
border-color css
<style>
span { border-color: #EB8D4D; }
span { border-color: rgb(235,141,77); }
td.TdClassName
{
border-color: #EB8D4D;
}
.TagClassName
{
border-color: #EB8D4D;
}
</style>