Shades of Givry #EAD3B1
Tints of Givry #EAD3B1
RGB
CMYK
RGB Variations
Color information
#EAD3B1 (or 0xEAD3B1) is known color: Givry. HEX triplet: EA, D3 and B1. RGB value is (234,211,177). Sum of RGB (Red+Green+Blue) = 234+211+177=622 (82% of max value = 765). Red value is 234 (91.80% from 255 or 37.62% from 622); Green value is 211 (82.81% from 255 or 33.92% from 622); Blue value is 177 (69.53% from 255 or 28.46% from 622); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD3B1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAD3B1 is #152C4E. Grayscale: #D6D6D6. Windows color (decimal): -1387599 or 11654122. OLE color: 11654122.
HSL color Cylindrical-coordinate representation of color #EAD3B1: hue angle of 35.79º degrees, saturation: 0.58, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #EAD3B1 is Cyan = 0, Magento = 0.10, Yellow = 0.24 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 211 | 177 | - |
| CMYK | 0 | 0.10 | 0.24 | 0.08 |
| HSL | 35.79º | 0.58% | 0.81% | - |
| HSV(B) | 35.79º | 0.24% | 0.92% | - |
| XYZ | 65.16 | 67.26 | 51.14 | - |
| YUV | 214 | 107.12 | 142.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 211 | 177 | 0 | 0.10 | 0.24 | 0.08 | 35.79 | 0.58 | 0.81 |
| Hex | EA | D3 | B1 | 0 | A | 18 | 8 | 24 | 3A | 51 |
| Octal | 352 | 323 | 261 | 0 | 12 | 30 | 10 | 44 | 72 | 121 |
| Binary | 11101010 | 11010011 | 10110001 | 0 | 1010 | 11000 | 1000 | 100100 | 111010 | 1010001 |
Color Harmonies of #EAD3B1
Complementary color
Monochromatic Colors of #EAD3B1
Black with #EAD3B1
Text Example
Text Example
White with #EAD3B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAD3B1; }
p { color: rgb(234,211,177); }
H1.HeaderClassName
{
color: #EAD3B1;
}
.AnyTagClassName
{
color: #EAD3B1;
}
</style>
background-color css
<style>
a { background-color: #EAD3B1; }
a { background-color: rgb(234,211,177); }
div.DivClassName
{
background-color: #EAD3B1;
}
.BgClassName
{
background-color: #EAD3B1;
}
</style>
border-color css
<style>
span { border-color: #EAD3B1; }
span { border-color: rgb(234,211,177); }
td.TdClassName
{
border-color: #EAD3B1;
}
.TagClassName
{
border-color: #EAD3B1;
}
</style>