Shades of Givry #E9D4AE
Tints of Givry #E9D4AE
RGB
CMYK
RGB Variations
Color information
#E9D4AE (or 0xE9D4AE) is known color: Givry. HEX triplet: E9, D4 and AE. RGB value is (233,212,174). Sum of RGB (Red+Green+Blue) = 233+212+174=619 (81% of max value = 765). Red value is 233 (91.41% from 255 or 37.64% from 619); Green value is 212 (83.20% from 255 or 34.25% from 619); Blue value is 174 (68.36% from 255 or 28.11% from 619); Max value from RGB is 233 - color contains mainly: red. Hex color #E9D4AE is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E9D4AE is #162B51. Grayscale: #D6D6D6. Windows color (decimal): -1452882 or 11457769. OLE color: 11457769.
HSL color Cylindrical-coordinate representation of color #E9D4AE: hue angle of 38.64º degrees, saturation: 0.57, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #E9D4AE is Cyan = 0, Magento = 0.09, Yellow = 0.25 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 212 | 174 | - |
| CMYK | 0 | 0.09 | 0.25 | 0.09 |
| HSL | 38.64º | 0.57% | 0.8% | - |
| HSV(B) | 38.64º | 0.25% | 0.91% | - |
| XYZ | 64.79 | 67.47 | 49.65 | - |
| YUV | 213.95 | 105.46 | 141.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 212 | 174 | 0 | 0.09 | 0.25 | 0.09 | 38.64 | 0.57 | 0.8 |
| Hex | E9 | D4 | AE | 0 | 9 | 19 | 9 | 27 | 39 | 50 |
| Octal | 351 | 324 | 256 | 0 | 11 | 31 | 11 | 47 | 71 | 120 |
| Binary | 11101001 | 11010100 | 10101110 | 0 | 1001 | 11001 | 1001 | 100111 | 111001 | 1010000 |
Color Harmonies of #E9D4AE
Complementary color
Monochromatic Colors of #E9D4AE
Black with #E9D4AE
Text Example
Text Example
White with #E9D4AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9D4AE; }
p { color: rgb(233,212,174); }
H1.HeaderClassName
{
color: #E9D4AE;
}
.AnyTagClassName
{
color: #E9D4AE;
}
</style>
background-color css
<style>
a { background-color: #E9D4AE; }
a { background-color: rgb(233,212,174); }
div.DivClassName
{
background-color: #E9D4AE;
}
.BgClassName
{
background-color: #E9D4AE;
}
</style>
border-color css
<style>
span { border-color: #E9D4AE; }
span { border-color: rgb(233,212,174); }
td.TdClassName
{
border-color: #E9D4AE;
}
.TagClassName
{
border-color: #E9D4AE;
}
</style>