Shades of Givry #ECD8B0
Tints of Givry #ECD8B0
RGB
CMYK
RGB Variations
Color information
#ECD8B0 (or 0xECD8B0) is known color: Givry. HEX triplet: EC, D8 and B0. RGB value is (236,216,176). Sum of RGB (Red+Green+Blue) = 236+216+176=628 (83% of max value = 765). Red value is 236 (92.58% from 255 or 37.58% from 628); Green value is 216 (84.77% from 255 or 34.39% from 628); Blue value is 176 (69.14% from 255 or 28.03% from 628); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD8B0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECD8B0 is #13274F. Grayscale: #D9D9D9. Windows color (decimal): -1255248 or 11589868. OLE color: 11589868.
HSL color Cylindrical-coordinate representation of color #ECD8B0: hue angle of 40º 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 #ECD8B0 is Cyan = 0, Magento = 0.08, Yellow = 0.25 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 216 | 176 | - |
| CMYK | 0 | 0.08 | 0.25 | 0.07 |
| HSL | 40º | 0.61% | 0.81% | - |
| HSV(B) | 40º | 0.25% | 0.93% | - |
| XYZ | 66.98 | 70.08 | 51.07 | - |
| YUV | 217.42 | 104.63 | 141.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 216 | 176 | 0 | 0.08 | 0.25 | 0.07 | 40 | 0.61 | 0.81 |
| Hex | EC | D8 | B0 | 0 | 8 | 19 | 7 | 28 | 3D | 51 |
| Octal | 354 | 330 | 260 | 0 | 10 | 31 | 7 | 50 | 75 | 121 |
| Binary | 11101100 | 11011000 | 10110000 | 0 | 1000 | 11001 | 111 | 101000 | 111101 | 1010001 |
Color Harmonies of #ECD8B0
Complementary color
Monochromatic Colors of #ECD8B0
Black with #ECD8B0
Text Example
Text Example
White with #ECD8B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECD8B0; }
p { color: rgb(236,216,176); }
H1.HeaderClassName
{
color: #ECD8B0;
}
.AnyTagClassName
{
color: #ECD8B0;
}
</style>
background-color css
<style>
a { background-color: #ECD8B0; }
a { background-color: rgb(236,216,176); }
div.DivClassName
{
background-color: #ECD8B0;
}
.BgClassName
{
background-color: #ECD8B0;
}
</style>
border-color css
<style>
span { border-color: #ECD8B0; }
span { border-color: rgb(236,216,176); }
td.TdClassName
{
border-color: #ECD8B0;
}
.TagClassName
{
border-color: #ECD8B0;
}
</style>