Shades of Givry #ECD3AF
Tints of Givry #ECD3AF
RGB
CMYK
RGB Variations
Color information
#ECD3AF (or 0xECD3AF) is known color: Givry. HEX triplet: EC, D3 and AF. RGB value is (236,211,175). Sum of RGB (Red+Green+Blue) = 236+211+175=622 (82% of max value = 765). Red value is 236 (92.58% from 255 or 37.94% from 622); Green value is 211 (82.81% from 255 or 33.92% from 622); Blue value is 175 (68.75% from 255 or 28.14% from 622); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD3AF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECD3AF is #132C50. Grayscale: #D6D6D6. Windows color (decimal): -1256529 or 11523052. OLE color: 11523052.
HSL color Cylindrical-coordinate representation of color #ECD3AF: hue angle of 35.41º degrees, saturation: 0.62, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #ECD3AF is Cyan = 0, Magento = 0.11, Yellow = 0.26 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 211 | 175 | - |
| CMYK | 0 | 0.11 | 0.26 | 0.07 |
| HSL | 35.41º | 0.62% | 0.81% | - |
| HSV(B) | 35.41º | 0.26% | 0.93% | - |
| XYZ | 65.62 | 67.52 | 50.13 | - |
| YUV | 214.37 | 105.78 | 143.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 211 | 175 | 0 | 0.11 | 0.26 | 0.07 | 35.41 | 0.62 | 0.81 |
| Hex | EC | D3 | AF | 0 | B | 1A | 7 | 23 | 3E | 51 |
| Octal | 354 | 323 | 257 | 0 | 13 | 32 | 7 | 43 | 76 | 121 |
| Binary | 11101100 | 11010011 | 10101111 | 0 | 1011 | 11010 | 111 | 100011 | 111110 | 1010001 |
Color Harmonies of #ECD3AF
Complementary color
Monochromatic Colors of #ECD3AF
Black with #ECD3AF
Text Example
Text Example
White with #ECD3AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECD3AF; }
p { color: rgb(236,211,175); }
H1.HeaderClassName
{
color: #ECD3AF;
}
.AnyTagClassName
{
color: #ECD3AF;
}
</style>
background-color css
<style>
a { background-color: #ECD3AF; }
a { background-color: rgb(236,211,175); }
div.DivClassName
{
background-color: #ECD3AF;
}
.BgClassName
{
background-color: #ECD3AF;
}
</style>
border-color css
<style>
span { border-color: #ECD3AF; }
span { border-color: rgb(236,211,175); }
td.TdClassName
{
border-color: #ECD3AF;
}
.TagClassName
{
border-color: #ECD3AF;
}
</style>