Shades of Givry #EBD8B1
Tints of Givry #EBD8B1
RGB
CMYK
RGB Variations
Color information
#EBD8B1 (or 0xEBD8B1) is known color: Givry. HEX triplet: EB, D8 and B1. RGB value is (235,216,177). Sum of RGB (Red+Green+Blue) = 235+216+177=628 (83% of max value = 765). Red value is 235 (92.19% from 255 or 37.42% from 628); Green value is 216 (84.77% from 255 or 34.39% from 628); Blue value is 177 (69.53% from 255 or 28.18% from 628); Max value from RGB is 235 - color contains mainly: red. Hex color #EBD8B1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBD8B1 is #14274E. Grayscale: #D9D9D9. Windows color (decimal): -1320783 or 11655403. OLE color: 11655403.
HSL color Cylindrical-coordinate representation of color #EBD8B1: hue angle of 40.34º degrees, saturation: 0.59, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #EBD8B1 is Cyan = 0, Magento = 0.08, Yellow = 0.25 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 216 | 177 | - |
| CMYK | 0 | 0.08 | 0.25 | 0.08 |
| HSL | 40.34º | 0.59% | 0.81% | - |
| HSV(B) | 40.34º | 0.25% | 0.92% | - |
| XYZ | 66.75 | 69.95 | 51.58 | - |
| YUV | 217.24 | 105.29 | 140.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 216 | 177 | 0 | 0.08 | 0.25 | 0.08 | 40.34 | 0.59 | 0.81 |
| Hex | EB | D8 | B1 | 0 | 8 | 19 | 8 | 28 | 3B | 51 |
| Octal | 353 | 330 | 261 | 0 | 10 | 31 | 10 | 50 | 73 | 121 |
| Binary | 11101011 | 11011000 | 10110001 | 0 | 1000 | 11001 | 1000 | 101000 | 111011 | 1010001 |
Color Harmonies of #EBD8B1
Complementary color
Monochromatic Colors of #EBD8B1
Black with #EBD8B1
Text Example
Text Example
White with #EBD8B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBD8B1; }
p { color: rgb(235,216,177); }
H1.HeaderClassName
{
color: #EBD8B1;
}
.AnyTagClassName
{
color: #EBD8B1;
}
</style>
background-color css
<style>
a { background-color: #EBD8B1; }
a { background-color: rgb(235,216,177); }
div.DivClassName
{
background-color: #EBD8B1;
}
.BgClassName
{
background-color: #EBD8B1;
}
</style>
border-color css
<style>
span { border-color: #EBD8B1; }
span { border-color: rgb(235,216,177); }
td.TdClassName
{
border-color: #EBD8B1;
}
.TagClassName
{
border-color: #EBD8B1;
}
</style>