Shades of Givry #EAD1B0
Tints of Givry #EAD1B0
RGB
CMYK
RGB Variations
Color information
#EAD1B0 (or 0xEAD1B0) is known color: Givry. HEX triplet: EA, D1 and B0. RGB value is (234,209,176). Sum of RGB (Red+Green+Blue) = 234+209+176=619 (81% of max value = 765). Red value is 234 (91.80% from 255 or 37.80% from 619); Green value is 209 (82.03% from 255 or 33.76% from 619); Blue value is 176 (69.14% from 255 or 28.43% from 619); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD1B0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAD1B0 is #152E4F. Grayscale: #D4D4D4. Windows color (decimal): -1388112 or 11588074. OLE color: 11588074.
HSL color Cylindrical-coordinate representation of color #EAD1B0: hue angle of 34.14º degrees, saturation: 0.58, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #EAD1B0 is Cyan = 0, Magento = 0.11, Yellow = 0.25 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 209 | 176 | - |
| CMYK | 0 | 0.11 | 0.25 | 0.08 |
| HSL | 34.14º | 0.58% | 0.8% | - |
| HSV(B) | 34.14º | 0.25% | 0.92% | - |
| XYZ | 64.57 | 66.23 | 50.45 | - |
| YUV | 212.71 | 107.28 | 143.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 209 | 176 | 0 | 0.11 | 0.25 | 0.08 | 34.14 | 0.58 | 0.8 |
| Hex | EA | D1 | B0 | 0 | B | 19 | 8 | 22 | 3A | 50 |
| Octal | 352 | 321 | 260 | 0 | 13 | 31 | 10 | 42 | 72 | 120 |
| Binary | 11101010 | 11010001 | 10110000 | 0 | 1011 | 11001 | 1000 | 100010 | 111010 | 1010000 |
Color Harmonies of #EAD1B0
Complementary color
Monochromatic Colors of #EAD1B0
Black with #EAD1B0
Text Example
Text Example
White with #EAD1B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAD1B0; }
p { color: rgb(234,209,176); }
H1.HeaderClassName
{
color: #EAD1B0;
}
.AnyTagClassName
{
color: #EAD1B0;
}
</style>
background-color css
<style>
a { background-color: #EAD1B0; }
a { background-color: rgb(234,209,176); }
div.DivClassName
{
background-color: #EAD1B0;
}
.BgClassName
{
background-color: #EAD1B0;
}
</style>
border-color css
<style>
span { border-color: #EAD1B0; }
span { border-color: rgb(234,209,176); }
td.TdClassName
{
border-color: #EAD1B0;
}
.TagClassName
{
border-color: #EAD1B0;
}
</style>