Shades of Givry #EBD2AB
Tints of Givry #EBD2AB
RGB
CMYK
RGB Variations
Color information
#EBD2AB (or 0xEBD2AB) is known color: Givry. HEX triplet: EB, D2 and AB. RGB value is (235,210,171). Sum of RGB (Red+Green+Blue) = 235+210+171=616 (81% of max value = 765). Red value is 235 (92.19% from 255 or 38.15% from 616); Green value is 210 (82.42% from 255 or 34.09% from 616); Blue value is 171 (67.19% from 255 or 27.76% from 616); Max value from RGB is 235 - color contains mainly: red. Hex color #EBD2AB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBD2AB is #142D54. Grayscale: #D5D5D5. Windows color (decimal): -1322325 or 11260651. OLE color: 11260651.
HSL color Cylindrical-coordinate representation of color #EBD2AB: hue angle of 36.56º 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 #EBD2AB is Cyan = 0, Magento = 0.11, Yellow = 0.27 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 210 | 171 | - |
| CMYK | 0 | 0.11 | 0.27 | 0.08 |
| HSL | 36.56º | 0.62% | 0.8% | - |
| HSV(B) | 36.56º | 0.27% | 0.92% | - |
| XYZ | 64.66 | 66.7 | 47.99 | - |
| YUV | 213.03 | 104.28 | 143.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 210 | 171 | 0 | 0.11 | 0.27 | 0.08 | 36.56 | 0.62 | 0.8 |
| Hex | EB | D2 | AB | 0 | B | 1B | 8 | 25 | 3E | 50 |
| Octal | 353 | 322 | 253 | 0 | 13 | 33 | 10 | 45 | 76 | 120 |
| Binary | 11101011 | 11010010 | 10101011 | 0 | 1011 | 11011 | 1000 | 100101 | 111110 | 1010000 |
Color Harmonies of #EBD2AB
Complementary color
Monochromatic Colors of #EBD2AB
Black with #EBD2AB
Text Example
Text Example
White with #EBD2AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBD2AB; }
p { color: rgb(235,210,171); }
H1.HeaderClassName
{
color: #EBD2AB;
}
.AnyTagClassName
{
color: #EBD2AB;
}
</style>
background-color css
<style>
a { background-color: #EBD2AB; }
a { background-color: rgb(235,210,171); }
div.DivClassName
{
background-color: #EBD2AB;
}
.BgClassName
{
background-color: #EBD2AB;
}
</style>
border-color css
<style>
span { border-color: #EBD2AB; }
span { border-color: rgb(235,210,171); }
td.TdClassName
{
border-color: #EBD2AB;
}
.TagClassName
{
border-color: #EBD2AB;
}
</style>