Shades of Givry #EBD4B0
Tints of Givry #EBD4B0
RGB
CMYK
RGB Variations
Color information
#EBD4B0 (or 0xEBD4B0) is known color: Givry. HEX triplet: EB, D4 and B0. RGB value is (235,212,176). Sum of RGB (Red+Green+Blue) = 235+212+176=623 (82% of max value = 765). Red value is 235 (92.19% from 255 or 37.72% from 623); Green value is 212 (83.20% from 255 or 34.03% from 623); Blue value is 176 (69.14% from 255 or 28.25% from 623); Max value from RGB is 235 - color contains mainly: red. Hex color #EBD4B0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBD4B0 is #142B4F. Grayscale: #D6D6D6. Windows color (decimal): -1321808 or 11588843. OLE color: 11588843.
HSL color Cylindrical-coordinate representation of color #EBD4B0: hue angle of 36.61º degrees, saturation: 0.6, 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 #EBD4B0 is Cyan = 0, Magento = 0.10, Yellow = 0.25 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 212 | 176 | - |
| CMYK | 0 | 0.10 | 0.25 | 0.08 |
| HSL | 36.61º | 0.6% | 0.81% | - |
| HSV(B) | 36.61º | 0.25% | 0.92% | - |
| XYZ | 65.64 | 67.88 | 50.72 | - |
| YUV | 214.77 | 106.12 | 142.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 212 | 176 | 0 | 0.10 | 0.25 | 0.08 | 36.61 | 0.6 | 0.81 |
| Hex | EB | D4 | B0 | 0 | A | 19 | 8 | 25 | 3C | 51 |
| Octal | 353 | 324 | 260 | 0 | 12 | 31 | 10 | 45 | 74 | 121 |
| Binary | 11101011 | 11010100 | 10110000 | 0 | 1010 | 11001 | 1000 | 100101 | 111100 | 1010001 |
Color Harmonies of #EBD4B0
Complementary color
Monochromatic Colors of #EBD4B0
Black with #EBD4B0
Text Example
Text Example
White with #EBD4B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBD4B0; }
p { color: rgb(235,212,176); }
H1.HeaderClassName
{
color: #EBD4B0;
}
.AnyTagClassName
{
color: #EBD4B0;
}
</style>
background-color css
<style>
a { background-color: #EBD4B0; }
a { background-color: rgb(235,212,176); }
div.DivClassName
{
background-color: #EBD4B0;
}
.BgClassName
{
background-color: #EBD4B0;
}
</style>
border-color css
<style>
span { border-color: #EBD4B0; }
span { border-color: rgb(235,212,176); }
td.TdClassName
{
border-color: #EBD4B0;
}
.TagClassName
{
border-color: #EBD4B0;
}
</style>