Shades of Givry #EAD0B0
Tints of Givry #EAD0B0
RGB
CMYK
RGB Variations
Color information
#EAD0B0 (or 0xEAD0B0) is known color: Givry. HEX triplet: EA, D0 and B0. RGB value is (234,208,176). Sum of RGB (Red+Green+Blue) = 234+208+176=618 (81% of max value = 765). Red value is 234 (91.80% from 255 or 37.86% from 618); Green value is 208 (81.64% from 255 or 33.66% from 618); Blue value is 176 (69.14% from 255 or 28.48% from 618); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD0B0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAD0B0 is #152F4F. Grayscale: #D4D4D4. Windows color (decimal): -1388368 or 11587818. OLE color: 11587818.
HSL color Cylindrical-coordinate representation of color #EAD0B0: hue angle of 33.1º 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 #EAD0B0 is Cyan = 0, Magento = 0.11, Yellow = 0.25 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 208 | 176 | - |
| CMYK | 0 | 0.11 | 0.25 | 0.08 |
| HSL | 33.1º | 0.58% | 0.8% | - |
| HSV(B) | 33.1º | 0.25% | 0.92% | - |
| XYZ | 64.32 | 65.74 | 50.37 | - |
| YUV | 212.13 | 107.61 | 143.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 208 | 176 | 0 | 0.11 | 0.25 | 0.08 | 33.1 | 0.58 | 0.8 |
| Hex | EA | D0 | B0 | 0 | B | 19 | 8 | 21 | 3A | 50 |
| Octal | 352 | 320 | 260 | 0 | 13 | 31 | 10 | 41 | 72 | 120 |
| Binary | 11101010 | 11010000 | 10110000 | 0 | 1011 | 11001 | 1000 | 100001 | 111010 | 1010000 |
Color Harmonies of #EAD0B0
Complementary color
Monochromatic Colors of #EAD0B0
Black with #EAD0B0
Text Example
Text Example
White with #EAD0B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAD0B0; }
p { color: rgb(234,208,176); }
H1.HeaderClassName
{
color: #EAD0B0;
}
.AnyTagClassName
{
color: #EAD0B0;
}
</style>
background-color css
<style>
a { background-color: #EAD0B0; }
a { background-color: rgb(234,208,176); }
div.DivClassName
{
background-color: #EAD0B0;
}
.BgClassName
{
background-color: #EAD0B0;
}
</style>
border-color css
<style>
span { border-color: #EAD0B0; }
span { border-color: rgb(234,208,176); }
td.TdClassName
{
border-color: #EAD0B0;
}
.TagClassName
{
border-color: #EAD0B0;
}
</style>