Shades of Givry #EACEAA
Tints of Givry #EACEAA
RGB
CMYK
RGB Variations
Color information
#EACEAA (or 0xEACEAA) is known color: Givry. HEX triplet: EA, CE and AA. RGB value is (234,206,170). Sum of RGB (Red+Green+Blue) = 234+206+170=610 (80% of max value = 765). Red value is 234 (91.80% from 255 or 38.36% from 610); Green value is 206 (80.86% from 255 or 33.77% from 610); Blue value is 170 (66.80% from 255 or 27.87% from 610); Max value from RGB is 234 - color contains mainly: red. Hex color #EACEAA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EACEAA is #153155. Grayscale: #D2D2D2. Windows color (decimal): -1388886 or 11194090. OLE color: 11194090.
HSL color Cylindrical-coordinate representation of color #EACEAA: hue angle of 33.75º degrees, saturation: 0.6, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #EACEAA is Cyan = 0, Magento = 0.12, Yellow = 0.27 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 206 | 170 | - |
| CMYK | 0 | 0.12 | 0.27 | 0.08 |
| HSL | 33.75º | 0.6% | 0.79% | - |
| HSV(B) | 33.75º | 0.27% | 0.92% | - |
| XYZ | 63.26 | 64.54 | 47.15 | - |
| YUV | 210.27 | 105.28 | 144.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 206 | 170 | 0 | 0.12 | 0.27 | 0.08 | 33.75 | 0.6 | 0.79 |
| Hex | EA | CE | AA | 0 | C | 1B | 8 | 22 | 3C | 4F |
| Octal | 352 | 316 | 252 | 0 | 14 | 33 | 10 | 42 | 74 | 117 |
| Binary | 11101010 | 11001110 | 10101010 | 0 | 1100 | 11011 | 1000 | 100010 | 111100 | 1001111 |
Color Harmonies of #EACEAA
Complementary color
Monochromatic Colors of #EACEAA
Black with #EACEAA
Text Example
Text Example
White with #EACEAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EACEAA; }
p { color: rgb(234,206,170); }
H1.HeaderClassName
{
color: #EACEAA;
}
.AnyTagClassName
{
color: #EACEAA;
}
</style>
background-color css
<style>
a { background-color: #EACEAA; }
a { background-color: rgb(234,206,170); }
div.DivClassName
{
background-color: #EACEAA;
}
.BgClassName
{
background-color: #EACEAA;
}
</style>
border-color css
<style>
span { border-color: #EACEAA; }
span { border-color: rgb(234,206,170); }
td.TdClassName
{
border-color: #EACEAA;
}
.TagClassName
{
border-color: #EACEAA;
}
</style>