Shades of Givry #EACDAA
Tints of Givry #EACDAA
RGB
CMYK
RGB Variations
Color information
#EACDAA (or 0xEACDAA) is known color: Givry. HEX triplet: EA, CD and AA. RGB value is (234,205,170). Sum of RGB (Red+Green+Blue) = 234+205+170=609 (80% of max value = 765). Red value is 234 (91.80% from 255 or 38.42% from 609); Green value is 205 (80.47% from 255 or 33.66% from 609); Blue value is 170 (66.80% from 255 or 27.91% from 609); Max value from RGB is 234 - color contains mainly: red. Hex color #EACDAA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EACDAA is #153255. Grayscale: #D1D1D1. Windows color (decimal): -1389142 or 11193834. OLE color: 11193834.
HSL color Cylindrical-coordinate representation of color #EACDAA: hue angle of 32.81º 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 #EACDAA is Cyan = 0, Magento = 0.12, Yellow = 0.27 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 205 | 170 | - |
| CMYK | 0 | 0.12 | 0.27 | 0.08 |
| HSL | 32.81º | 0.6% | 0.79% | - |
| HSV(B) | 32.81º | 0.27% | 0.92% | - |
| XYZ | 63.02 | 64.06 | 47.07 | - |
| YUV | 209.68 | 105.61 | 145.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 205 | 170 | 0 | 0.12 | 0.27 | 0.08 | 32.81 | 0.6 | 0.79 |
| Hex | EA | CD | AA | 0 | C | 1B | 8 | 21 | 3C | 4F |
| Octal | 352 | 315 | 252 | 0 | 14 | 33 | 10 | 41 | 74 | 117 |
| Binary | 11101010 | 11001101 | 10101010 | 0 | 1100 | 11011 | 1000 | 100001 | 111100 | 1001111 |
Color Harmonies of #EACDAA
Complementary color
Monochromatic Colors of #EACDAA
Black with #EACDAA
Text Example
Text Example
White with #EACDAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EACDAA; }
p { color: rgb(234,205,170); }
H1.HeaderClassName
{
color: #EACDAA;
}
.AnyTagClassName
{
color: #EACDAA;
}
</style>
background-color css
<style>
a { background-color: #EACDAA; }
a { background-color: rgb(234,205,170); }
div.DivClassName
{
background-color: #EACDAA;
}
.BgClassName
{
background-color: #EACDAA;
}
</style>
border-color css
<style>
span { border-color: #EACDAA; }
span { border-color: rgb(234,205,170); }
td.TdClassName
{
border-color: #EACDAA;
}
.TagClassName
{
border-color: #EACDAA;
}
</style>