Shades of Givry #ECD5B2
Tints of Givry #ECD5B2
RGB
CMYK
RGB Variations
Color information
#ECD5B2 (or 0xECD5B2) is known color: Givry. HEX triplet: EC, D5 and B2. RGB value is (236,213,178). Sum of RGB (Red+Green+Blue) = 236+213+178=627 (83% of max value = 765). Red value is 236 (92.58% from 255 or 37.64% from 627); Green value is 213 (83.59% from 255 or 33.97% from 627); Blue value is 178 (69.92% from 255 or 28.39% from 627); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD5B2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECD5B2 is #132A4D. Grayscale: #D8D8D8. Windows color (decimal): -1256014 or 11720172. OLE color: 11720172.
HSL color Cylindrical-coordinate representation of color #ECD5B2: hue angle of 36.21º 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 #ECD5B2 is Cyan = 0, Magento = 0.10, Yellow = 0.25 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 213 | 178 | - |
| CMYK | 0 | 0.10 | 0.25 | 0.07 |
| HSL | 36.21º | 0.6% | 0.81% | - |
| HSV(B) | 36.21º | 0.25% | 0.93% | - |
| XYZ | 66.42 | 68.64 | 51.87 | - |
| YUV | 215.89 | 106.62 | 142.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 213 | 178 | 0 | 0.10 | 0.25 | 0.07 | 36.21 | 0.6 | 0.81 |
| Hex | EC | D5 | B2 | 0 | A | 19 | 7 | 24 | 3C | 51 |
| Octal | 354 | 325 | 262 | 0 | 12 | 31 | 7 | 44 | 74 | 121 |
| Binary | 11101100 | 11010101 | 10110010 | 0 | 1010 | 11001 | 111 | 100100 | 111100 | 1010001 |
Color Harmonies of #ECD5B2
Complementary color
Monochromatic Colors of #ECD5B2
Black with #ECD5B2
Text Example
Text Example
White with #ECD5B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECD5B2; }
p { color: rgb(236,213,178); }
H1.HeaderClassName
{
color: #ECD5B2;
}
.AnyTagClassName
{
color: #ECD5B2;
}
</style>
background-color css
<style>
a { background-color: #ECD5B2; }
a { background-color: rgb(236,213,178); }
div.DivClassName
{
background-color: #ECD5B2;
}
.BgClassName
{
background-color: #ECD5B2;
}
</style>
border-color css
<style>
span { border-color: #ECD5B2; }
span { border-color: rgb(236,213,178); }
td.TdClassName
{
border-color: #ECD5B2;
}
.TagClassName
{
border-color: #ECD5B2;
}
</style>