Shades of Givry #EAD6AE
Tints of Givry #EAD6AE
RGB
CMYK
RGB Variations
Color information
#EAD6AE (or 0xEAD6AE) is known color: Givry. HEX triplet: EA, D6 and AE. RGB value is (234,214,174). Sum of RGB (Red+Green+Blue) = 234+214+174=622 (82% of max value = 765). Red value is 234 (91.80% from 255 or 37.62% from 622); Green value is 214 (83.98% from 255 or 34.41% from 622); Blue value is 174 (68.36% from 255 or 27.97% from 622); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD6AE is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAD6AE is #152951. Grayscale: #D7D7D7. Windows color (decimal): -1386834 or 11458282. OLE color: 11458282.
HSL color Cylindrical-coordinate representation of color #EAD6AE: hue angle of 40º degrees, saturation: 0.59, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #EAD6AE is Cyan = 0, Magento = 0.09, Yellow = 0.26 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 214 | 174 | - |
| CMYK | 0 | 0.09 | 0.26 | 0.08 |
| HSL | 40º | 0.59% | 0.8% | - |
| HSV(B) | 40º | 0.26% | 0.92% | - |
| XYZ | 65.62 | 68.64 | 49.84 | - |
| YUV | 215.42 | 104.63 | 141.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 214 | 174 | 0 | 0.09 | 0.26 | 0.08 | 40 | 0.59 | 0.8 |
| Hex | EA | D6 | AE | 0 | 9 | 1A | 8 | 28 | 3B | 50 |
| Octal | 352 | 326 | 256 | 0 | 11 | 32 | 10 | 50 | 73 | 120 |
| Binary | 11101010 | 11010110 | 10101110 | 0 | 1001 | 11010 | 1000 | 101000 | 111011 | 1010000 |
Color Harmonies of #EAD6AE
Complementary color
Monochromatic Colors of #EAD6AE
Black with #EAD6AE
Text Example
Text Example
White with #EAD6AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAD6AE; }
p { color: rgb(234,214,174); }
H1.HeaderClassName
{
color: #EAD6AE;
}
.AnyTagClassName
{
color: #EAD6AE;
}
</style>
background-color css
<style>
a { background-color: #EAD6AE; }
a { background-color: rgb(234,214,174); }
div.DivClassName
{
background-color: #EAD6AE;
}
.BgClassName
{
background-color: #EAD6AE;
}
</style>
border-color css
<style>
span { border-color: #EAD6AE; }
span { border-color: rgb(234,214,174); }
td.TdClassName
{
border-color: #EAD6AE;
}
.TagClassName
{
border-color: #EAD6AE;
}
</style>