Shades of Givry #ECD7B1
Tints of Givry #ECD7B1
RGB
CMYK
RGB Variations
Color information
#ECD7B1 (or 0xECD7B1) is known color: Givry. HEX triplet: EC, D7 and B1. RGB value is (236,215,177). Sum of RGB (Red+Green+Blue) = 236+215+177=628 (83% of max value = 765). Red value is 236 (92.58% from 255 or 37.58% from 628); Green value is 215 (84.38% from 255 or 34.24% from 628); Blue value is 177 (69.53% from 255 or 28.18% from 628); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD7B1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECD7B1 is #13284E. Grayscale: #D9D9D9. Windows color (decimal): -1255503 or 11655148. OLE color: 11655148.
HSL color Cylindrical-coordinate representation of color #ECD7B1: hue angle of 38.64º 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 #ECD7B1 is Cyan = 0, Magento = 0.09, Yellow = 0.25 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 215 | 177 | - |
| CMYK | 0 | 0.09 | 0.25 | 0.07 |
| HSL | 38.64º | 0.61% | 0.81% | - |
| HSV(B) | 38.64º | 0.25% | 0.93% | - |
| XYZ | 66.83 | 69.61 | 51.51 | - |
| YUV | 216.95 | 105.46 | 141.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 215 | 177 | 0 | 0.09 | 0.25 | 0.07 | 38.64 | 0.61 | 0.81 |
| Hex | EC | D7 | B1 | 0 | 9 | 19 | 7 | 27 | 3D | 51 |
| Octal | 354 | 327 | 261 | 0 | 11 | 31 | 7 | 47 | 75 | 121 |
| Binary | 11101100 | 11010111 | 10110001 | 0 | 1001 | 11001 | 111 | 100111 | 111101 | 1010001 |
Color Harmonies of #ECD7B1
Complementary color
Monochromatic Colors of #ECD7B1
Black with #ECD7B1
Text Example
Text Example
White with #ECD7B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECD7B1; }
p { color: rgb(236,215,177); }
H1.HeaderClassName
{
color: #ECD7B1;
}
.AnyTagClassName
{
color: #ECD7B1;
}
</style>
background-color css
<style>
a { background-color: #ECD7B1; }
a { background-color: rgb(236,215,177); }
div.DivClassName
{
background-color: #ECD7B1;
}
.BgClassName
{
background-color: #ECD7B1;
}
</style>
border-color css
<style>
span { border-color: #ECD7B1; }
span { border-color: rgb(236,215,177); }
td.TdClassName
{
border-color: #ECD7B1;
}
.TagClassName
{
border-color: #ECD7B1;
}
</style>