Shades of Givry #EBD4AB
Tints of Givry #EBD4AB
RGB
CMYK
RGB Variations
Color information
#EBD4AB (or 0xEBD4AB) is known color: Givry. HEX triplet: EB, D4 and AB. RGB value is (235,212,171). Sum of RGB (Red+Green+Blue) = 235+212+171=618 (81% of max value = 765). Red value is 235 (92.19% from 255 or 38.03% from 618); Green value is 212 (83.20% from 255 or 34.30% from 618); Blue value is 171 (67.19% from 255 or 27.67% from 618); Max value from RGB is 235 - color contains mainly: red. Hex color #EBD4AB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBD4AB is #142B54. Grayscale: #D6D6D6. Windows color (decimal): -1321813 or 11261163. OLE color: 11261163.
HSL color Cylindrical-coordinate representation of color #EBD4AB: hue angle of 38.44º degrees, saturation: 0.62, 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 #EBD4AB is Cyan = 0, Magento = 0.10, Yellow = 0.27 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 212 | 171 | - |
| CMYK | 0 | 0.10 | 0.27 | 0.08 |
| HSL | 38.44º | 0.62% | 0.8% | - |
| HSV(B) | 38.44º | 0.27% | 0.92% | - |
| XYZ | 65.16 | 67.69 | 48.16 | - |
| YUV | 214.2 | 103.62 | 142.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 212 | 171 | 0 | 0.10 | 0.27 | 0.08 | 38.44 | 0.62 | 0.8 |
| Hex | EB | D4 | AB | 0 | A | 1B | 8 | 26 | 3E | 50 |
| Octal | 353 | 324 | 253 | 0 | 12 | 33 | 10 | 46 | 76 | 120 |
| Binary | 11101011 | 11010100 | 10101011 | 0 | 1010 | 11011 | 1000 | 100110 | 111110 | 1010000 |
Color Harmonies of #EBD4AB
Complementary color
Monochromatic Colors of #EBD4AB
Black with #EBD4AB
Text Example
Text Example
White with #EBD4AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBD4AB; }
p { color: rgb(235,212,171); }
H1.HeaderClassName
{
color: #EBD4AB;
}
.AnyTagClassName
{
color: #EBD4AB;
}
</style>
background-color css
<style>
a { background-color: #EBD4AB; }
a { background-color: rgb(235,212,171); }
div.DivClassName
{
background-color: #EBD4AB;
}
.BgClassName
{
background-color: #EBD4AB;
}
</style>
border-color css
<style>
span { border-color: #EBD4AB; }
span { border-color: rgb(235,212,171); }
td.TdClassName
{
border-color: #EBD4AB;
}
.TagClassName
{
border-color: #EBD4AB;
}
</style>