Shades of Givry #EBD4B1
Tints of Givry #EBD4B1
RGB
CMYK
RGB Variations
Color information
#EBD4B1 (or 0xEBD4B1) is known color: Givry. HEX triplet: EB, D4 and B1. RGB value is (235,212,177). Sum of RGB (Red+Green+Blue) = 235+212+177=624 (82% of max value = 765). Red value is 235 (92.19% from 255 or 37.66% from 624); Green value is 212 (83.20% from 255 or 33.97% from 624); Blue value is 177 (69.53% from 255 or 28.37% from 624); Max value from RGB is 235 - color contains mainly: red. Hex color #EBD4B1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBD4B1 is #142B4E. Grayscale: #D7D7D7. Windows color (decimal): -1321807 or 11654379. OLE color: 11654379.
HSL color Cylindrical-coordinate representation of color #EBD4B1: hue angle of 36.21º 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 #EBD4B1 is Cyan = 0, Magento = 0.10, Yellow = 0.25 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 212 | 177 | - |
| CMYK | 0 | 0.10 | 0.25 | 0.08 |
| HSL | 36.21º | 0.59% | 0.81% | - |
| HSV(B) | 36.21º | 0.25% | 0.92% | - |
| XYZ | 65.74 | 67.92 | 51.24 | - |
| YUV | 214.89 | 106.62 | 142.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 212 | 177 | 0 | 0.10 | 0.25 | 0.08 | 36.21 | 0.59 | 0.81 |
| Hex | EB | D4 | B1 | 0 | A | 19 | 8 | 24 | 3B | 51 |
| Octal | 353 | 324 | 261 | 0 | 12 | 31 | 10 | 44 | 73 | 121 |
| Binary | 11101011 | 11010100 | 10110001 | 0 | 1010 | 11001 | 1000 | 100100 | 111011 | 1010001 |
Color Harmonies of #EBD4B1
Complementary color
Monochromatic Colors of #EBD4B1
Black with #EBD4B1
Text Example
Text Example
White with #EBD4B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBD4B1; }
p { color: rgb(235,212,177); }
H1.HeaderClassName
{
color: #EBD4B1;
}
.AnyTagClassName
{
color: #EBD4B1;
}
</style>
background-color css
<style>
a { background-color: #EBD4B1; }
a { background-color: rgb(235,212,177); }
div.DivClassName
{
background-color: #EBD4B1;
}
.BgClassName
{
background-color: #EBD4B1;
}
</style>
border-color css
<style>
span { border-color: #EBD4B1; }
span { border-color: rgb(235,212,177); }
td.TdClassName
{
border-color: #EBD4B1;
}
.TagClassName
{
border-color: #EBD4B1;
}
</style>