Shades of Givry #ECD0B2
Tints of Givry #ECD0B2
RGB
CMYK
RGB Variations
Color information
#ECD0B2 (or 0xECD0B2) is known color: Givry. HEX triplet: EC, D0 and B2. RGB value is (236,208,178). Sum of RGB (Red+Green+Blue) = 236+208+178=622 (82% of max value = 765). Red value is 236 (92.58% from 255 or 37.94% from 622); Green value is 208 (81.64% from 255 or 33.44% from 622); Blue value is 178 (69.92% from 255 or 28.62% from 622); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD0B2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECD0B2 is #132F4D. Grayscale: #D5D5D5. Windows color (decimal): -1257294 or 11718892. OLE color: 11718892.
HSL color Cylindrical-coordinate representation of color #ECD0B2: hue angle of 31.03º degrees, saturation: 0.6, 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 #ECD0B2 is Cyan = 0, Magento = 0.12, Yellow = 0.25 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 208 | 178 | - |
| CMYK | 0 | 0.12 | 0.25 | 0.07 |
| HSL | 31.03º | 0.6% | 0.81% | - |
| HSV(B) | 31.03º | 0.25% | 0.93% | - |
| XYZ | 65.18 | 66.16 | 51.45 | - |
| YUV | 212.95 | 108.28 | 144.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 208 | 178 | 0 | 0.12 | 0.25 | 0.07 | 31.03 | 0.6 | 0.81 |
| Hex | EC | D0 | B2 | 0 | C | 19 | 7 | 1F | 3C | 51 |
| Octal | 354 | 320 | 262 | 0 | 14 | 31 | 7 | 37 | 74 | 121 |
| Binary | 11101100 | 11010000 | 10110010 | 0 | 1100 | 11001 | 111 | 11111 | 111100 | 1010001 |
Color Harmonies of #ECD0B2
Complementary color
Monochromatic Colors of #ECD0B2
Black with #ECD0B2
Text Example
Text Example
White with #ECD0B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECD0B2; }
p { color: rgb(236,208,178); }
H1.HeaderClassName
{
color: #ECD0B2;
}
.AnyTagClassName
{
color: #ECD0B2;
}
</style>
background-color css
<style>
a { background-color: #ECD0B2; }
a { background-color: rgb(236,208,178); }
div.DivClassName
{
background-color: #ECD0B2;
}
.BgClassName
{
background-color: #ECD0B2;
}
</style>
border-color css
<style>
span { border-color: #ECD0B2; }
span { border-color: rgb(236,208,178); }
td.TdClassName
{
border-color: #ECD0B2;
}
.TagClassName
{
border-color: #ECD0B2;
}
</style>