Shades of Tequila #EDCEA8
Tints of Tequila #EDCEA8
RGB
CMYK
RGB Variations
Color information
#EDCEA8 (or 0xEDCEA8) is known color: Tequila. HEX triplet: ED, CE and A8. RGB value is (237,206,168). Sum of RGB (Red+Green+Blue) = 237+206+168=611 (80% of max value = 765). Red value is 237 (92.97% from 255 or 38.79% from 611); Green value is 206 (80.86% from 255 or 33.72% from 611); Blue value is 168 (66.02% from 255 or 27.50% from 611); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCEA8 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDCEA8 is #123157. Grayscale: #D3D3D3. Windows color (decimal): -1192280 or 11063021. OLE color: 11063021.
HSL color Cylindrical-coordinate representation of color #EDCEA8: hue angle of 33.04º degrees, saturation: 0.66, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #EDCEA8 is Cyan = 0, Magento = 0.13, Yellow = 0.29 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 206 | 168 | - |
| CMYK | 0 | 0.13 | 0.29 | 0.07 |
| HSL | 33.04º | 0.66% | 0.79% | - |
| HSV(B) | 33.04º | 0.29% | 0.93% | - |
| XYZ | 64.06 | 64.97 | 46.21 | - |
| YUV | 210.94 | 103.77 | 146.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 206 | 168 | 0 | 0.13 | 0.29 | 0.07 | 33.04 | 0.66 | 0.79 |
| Hex | ED | CE | A8 | 0 | D | 1D | 7 | 21 | 42 | 4F |
| Octal | 355 | 316 | 250 | 0 | 15 | 35 | 7 | 41 | 102 | 117 |
| Binary | 11101101 | 11001110 | 10101000 | 0 | 1101 | 11101 | 111 | 100001 | 1000010 | 1001111 |
Color Harmonies of #EDCEA8
Complementary color
Monochromatic Colors of #EDCEA8
Black with #EDCEA8
Text Example
Text Example
White with #EDCEA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDCEA8; }
p { color: rgb(237,206,168); }
H1.HeaderClassName
{
color: #EDCEA8;
}
.AnyTagClassName
{
color: #EDCEA8;
}
</style>
background-color css
<style>
a { background-color: #EDCEA8; }
a { background-color: rgb(237,206,168); }
div.DivClassName
{
background-color: #EDCEA8;
}
.BgClassName
{
background-color: #EDCEA8;
}
</style>
border-color css
<style>
span { border-color: #EDCEA8; }
span { border-color: rgb(237,206,168); }
td.TdClassName
{
border-color: #EDCEA8;
}
.TagClassName
{
border-color: #EDCEA8;
}
</style>