Shades of Givry #ECD4AA
Tints of Givry #ECD4AA
RGB
CMYK
RGB Variations
Color information
#ECD4AA (or 0xECD4AA) is known color: Givry. HEX triplet: EC, D4 and AA. RGB value is (236,212,170). Sum of RGB (Red+Green+Blue) = 236+212+170=618 (81% of max value = 765). Red value is 236 (92.58% from 255 or 38.19% from 618); Green value is 212 (83.20% from 255 or 34.30% from 618); Blue value is 170 (66.80% from 255 or 27.51% from 618); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD4AA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECD4AA is #132B55. Grayscale: #D6D6D6. Windows color (decimal): -1256278 or 11195628. OLE color: 11195628.
HSL color Cylindrical-coordinate representation of color #ECD4AA: hue angle of 38.18º degrees, saturation: 0.63, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #ECD4AA is Cyan = 0, Magento = 0.10, Yellow = 0.28 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 212 | 170 | - |
| CMYK | 0 | 0.10 | 0.28 | 0.07 |
| HSL | 38.18º | 0.63% | 0.8% | - |
| HSV(B) | 38.18º | 0.28% | 0.93% | - |
| XYZ | 65.39 | 67.82 | 47.67 | - |
| YUV | 214.39 | 102.95 | 143.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 212 | 170 | 0 | 0.10 | 0.28 | 0.07 | 38.18 | 0.63 | 0.8 |
| Hex | EC | D4 | AA | 0 | A | 1C | 7 | 26 | 3F | 50 |
| Octal | 354 | 324 | 252 | 0 | 12 | 34 | 7 | 46 | 77 | 120 |
| Binary | 11101100 | 11010100 | 10101010 | 0 | 1010 | 11100 | 111 | 100110 | 111111 | 1010000 |
Color Harmonies of #ECD4AA
Complementary color
Monochromatic Colors of #ECD4AA
Black with #ECD4AA
Text Example
Text Example
White with #ECD4AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECD4AA; }
p { color: rgb(236,212,170); }
H1.HeaderClassName
{
color: #ECD4AA;
}
.AnyTagClassName
{
color: #ECD4AA;
}
</style>
background-color css
<style>
a { background-color: #ECD4AA; }
a { background-color: rgb(236,212,170); }
div.DivClassName
{
background-color: #ECD4AA;
}
.BgClassName
{
background-color: #ECD4AA;
}
</style>
border-color css
<style>
span { border-color: #ECD4AA; }
span { border-color: rgb(236,212,170); }
td.TdClassName
{
border-color: #ECD4AA;
}
.TagClassName
{
border-color: #ECD4AA;
}
</style>