Shades of Tequila #EDCEAB
Tints of Tequila #EDCEAB
RGB
CMYK
RGB Variations
Color information
#EDCEAB (or 0xEDCEAB) is known color: Tequila. HEX triplet: ED, CE and AB. RGB value is (237,206,171). Sum of RGB (Red+Green+Blue) = 237+206+171=614 (81% of max value = 765). Red value is 237 (92.97% from 255 or 38.60% from 614); Green value is 206 (80.86% from 255 or 33.55% from 614); Blue value is 171 (67.19% from 255 or 27.85% from 614); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCEAB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDCEAB is #123154. Grayscale: #D3D3D3. Windows color (decimal): -1192277 or 11259629. OLE color: 11259629.
HSL color Cylindrical-coordinate representation of color #EDCEAB: hue angle of 31.82º degrees, saturation: 0.65, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #EDCEAB is Cyan = 0, Magento = 0.13, Yellow = 0.28 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 206 | 171 | - |
| CMYK | 0 | 0.13 | 0.28 | 0.07 |
| HSL | 31.82º | 0.65% | 0.8% | - |
| HSV(B) | 31.82º | 0.28% | 0.93% | - |
| XYZ | 64.35 | 65.09 | 47.7 | - |
| YUV | 211.28 | 105.27 | 146.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 206 | 171 | 0 | 0.13 | 0.28 | 0.07 | 31.82 | 0.65 | 0.8 |
| Hex | ED | CE | AB | 0 | D | 1C | 7 | 20 | 41 | 50 |
| Octal | 355 | 316 | 253 | 0 | 15 | 34 | 7 | 40 | 101 | 120 |
| Binary | 11101101 | 11001110 | 10101011 | 0 | 1101 | 11100 | 111 | 100000 | 1000001 | 1010000 |
Color Harmonies of #EDCEAB
Complementary color
Monochromatic Colors of #EDCEAB
Black with #EDCEAB
Text Example
Text Example
White with #EDCEAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDCEAB; }
p { color: rgb(237,206,171); }
H1.HeaderClassName
{
color: #EDCEAB;
}
.AnyTagClassName
{
color: #EDCEAB;
}
</style>
background-color css
<style>
a { background-color: #EDCEAB; }
a { background-color: rgb(237,206,171); }
div.DivClassName
{
background-color: #EDCEAB;
}
.BgClassName
{
background-color: #EDCEAB;
}
</style>
border-color css
<style>
span { border-color: #EDCEAB; }
span { border-color: rgb(237,206,171); }
td.TdClassName
{
border-color: #EDCEAB;
}
.TagClassName
{
border-color: #EDCEAB;
}
</style>