Shades of Givry #EBD1AB
Tints of Givry #EBD1AB
RGB
CMYK
RGB Variations
Color information
#EBD1AB (or 0xEBD1AB) is known color: Givry. HEX triplet: EB, D1 and AB. RGB value is (235,209,171). Sum of RGB (Red+Green+Blue) = 235+209+171=615 (81% of max value = 765). Red value is 235 (92.19% from 255 or 38.21% from 615); Green value is 209 (82.03% from 255 or 33.98% from 615); Blue value is 171 (67.19% from 255 or 27.80% from 615); Max value from RGB is 235 - color contains mainly: red. Hex color #EBD1AB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBD1AB is #142E54. Grayscale: #D4D4D4. Windows color (decimal): -1322581 or 11260395. OLE color: 11260395.
HSL color Cylindrical-coordinate representation of color #EBD1AB: hue angle of 35.62º 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 #EBD1AB is Cyan = 0, Magento = 0.11, Yellow = 0.27 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 209 | 171 | - |
| CMYK | 0 | 0.11 | 0.27 | 0.08 |
| HSL | 35.63º | 0.62% | 0.8% | - |
| HSV(B) | 35.63º | 0.27% | 0.92% | - |
| XYZ | 64.41 | 66.2 | 47.91 | - |
| YUV | 212.44 | 104.61 | 144.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 209 | 171 | 0 | 0.11 | 0.27 | 0.08 | 35.63 | 0.62 | 0.8 |
| Hex | EB | D1 | AB | 0 | B | 1B | 8 | 24 | 3E | 50 |
| Octal | 353 | 321 | 253 | 0 | 13 | 33 | 10 | 44 | 76 | 120 |
| Binary | 11101011 | 11010001 | 10101011 | 0 | 1011 | 11011 | 1000 | 100100 | 111110 | 1010000 |
Color Harmonies of #EBD1AB
Complementary color
Monochromatic Colors of #EBD1AB
Black with #EBD1AB
Text Example
Text Example
White with #EBD1AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBD1AB; }
p { color: rgb(235,209,171); }
H1.HeaderClassName
{
color: #EBD1AB;
}
.AnyTagClassName
{
color: #EBD1AB;
}
</style>
background-color css
<style>
a { background-color: #EBD1AB; }
a { background-color: rgb(235,209,171); }
div.DivClassName
{
background-color: #EBD1AB;
}
.BgClassName
{
background-color: #EBD1AB;
}
</style>
border-color css
<style>
span { border-color: #EBD1AB; }
span { border-color: rgb(235,209,171); }
td.TdClassName
{
border-color: #EBD1AB;
}
.TagClassName
{
border-color: #EBD1AB;
}
</style>