Shades of Givry #ECD8B1
Tints of Givry #ECD8B1
RGB
CMYK
RGB Variations
Color information
#ECD8B1 (or 0xECD8B1) is known color: Givry. HEX triplet: EC, D8 and B1. RGB value is (236,216,177). Sum of RGB (Red+Green+Blue) = 236+216+177=629 (83% of max value = 765). Red value is 236 (92.58% from 255 or 37.52% from 629); Green value is 216 (84.77% from 255 or 34.34% from 629); Blue value is 177 (69.53% from 255 or 28.14% from 629); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD8B1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECD8B1 is #13274E. Grayscale: #D9D9D9. Windows color (decimal): -1255247 or 11655404. OLE color: 11655404.
HSL color Cylindrical-coordinate representation of color #ECD8B1: hue angle of 39.66º degrees, saturation: 0.61, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #ECD8B1 is Cyan = 0, Magento = 0.08, Yellow = 0.25 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 216 | 177 | - |
| CMYK | 0 | 0.08 | 0.25 | 0.07 |
| HSL | 39.66º | 0.61% | 0.81% | - |
| HSV(B) | 39.66º | 0.25% | 0.93% | - |
| XYZ | 67.08 | 70.12 | 51.59 | - |
| YUV | 217.53 | 105.13 | 141.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 216 | 177 | 0 | 0.08 | 0.25 | 0.07 | 39.66 | 0.61 | 0.81 |
| Hex | EC | D8 | B1 | 0 | 8 | 19 | 7 | 28 | 3D | 51 |
| Octal | 354 | 330 | 261 | 0 | 10 | 31 | 7 | 50 | 75 | 121 |
| Binary | 11101100 | 11011000 | 10110001 | 0 | 1000 | 11001 | 111 | 101000 | 111101 | 1010001 |
Color Harmonies of #ECD8B1
Complementary color
Monochromatic Colors of #ECD8B1
Black with #ECD8B1
Text Example
Text Example
White with #ECD8B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECD8B1; }
p { color: rgb(236,216,177); }
H1.HeaderClassName
{
color: #ECD8B1;
}
.AnyTagClassName
{
color: #ECD8B1;
}
</style>
background-color css
<style>
a { background-color: #ECD8B1; }
a { background-color: rgb(236,216,177); }
div.DivClassName
{
background-color: #ECD8B1;
}
.BgClassName
{
background-color: #ECD8B1;
}
</style>
border-color css
<style>
span { border-color: #ECD8B1; }
span { border-color: rgb(236,216,177); }
td.TdClassName
{
border-color: #ECD8B1;
}
.TagClassName
{
border-color: #ECD8B1;
}
</style>