Shades of Givry #EBCEAC
Tints of Givry #EBCEAC
RGB
CMYK
RGB Variations
Color information
#EBCEAC (or 0xEBCEAC) is known color: Givry. HEX triplet: EB, CE and AC. RGB value is (235,206,172). Sum of RGB (Red+Green+Blue) = 235+206+172=613 (81% of max value = 765). Red value is 235 (92.19% from 255 or 38.34% from 613); Green value is 206 (80.86% from 255 or 33.61% from 613); Blue value is 172 (67.58% from 255 or 28.06% from 613); Max value from RGB is 235 - color contains mainly: red. Hex color #EBCEAC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBCEAC is #143153. Grayscale: #D2D2D2. Windows color (decimal): -1323348 or 11325163. OLE color: 11325163.
HSL color Cylindrical-coordinate representation of color #EBCEAC: hue angle of 32.38º degrees, saturation: 0.61, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #EBCEAC is Cyan = 0, Magento = 0.12, Yellow = 0.27 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 206 | 172 | - |
| CMYK | 0 | 0.12 | 0.27 | 0.08 |
| HSL | 32.38º | 0.61% | 0.8% | - |
| HSV(B) | 32.38º | 0.27% | 0.92% | - |
| XYZ | 63.78 | 64.78 | 48.17 | - |
| YUV | 210.8 | 106.11 | 145.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 206 | 172 | 0 | 0.12 | 0.27 | 0.08 | 32.38 | 0.61 | 0.8 |
| Hex | EB | CE | AC | 0 | C | 1B | 8 | 20 | 3D | 50 |
| Octal | 353 | 316 | 254 | 0 | 14 | 33 | 10 | 40 | 75 | 120 |
| Binary | 11101011 | 11001110 | 10101100 | 0 | 1100 | 11011 | 1000 | 100000 | 111101 | 1010000 |
Color Harmonies of #EBCEAC
Complementary color
Monochromatic Colors of #EBCEAC
Black with #EBCEAC
Text Example
Text Example
White with #EBCEAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBCEAC; }
p { color: rgb(235,206,172); }
H1.HeaderClassName
{
color: #EBCEAC;
}
.AnyTagClassName
{
color: #EBCEAC;
}
</style>
background-color css
<style>
a { background-color: #EBCEAC; }
a { background-color: rgb(235,206,172); }
div.DivClassName
{
background-color: #EBCEAC;
}
.BgClassName
{
background-color: #EBCEAC;
}
</style>
border-color css
<style>
span { border-color: #EBCEAC; }
span { border-color: rgb(235,206,172); }
td.TdClassName
{
border-color: #EBCEAC;
}
.TagClassName
{
border-color: #EBCEAC;
}
</style>