Shades of Givry #ECCFAE
Tints of Givry #ECCFAE
RGB
CMYK
RGB Variations
Color information
#ECCFAE (or 0xECCFAE) is known color: Givry. HEX triplet: EC, CF and AE. RGB value is (236,207,174). Sum of RGB (Red+Green+Blue) = 236+207+174=617 (81% of max value = 765). Red value is 236 (92.58% from 255 or 38.25% from 617); Green value is 207 (81.25% from 255 or 33.55% from 617); Blue value is 174 (68.36% from 255 or 28.20% from 617); Max value from RGB is 236 - color contains mainly: red. Hex color #ECCFAE is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECCFAE is #133051. Grayscale: #D4D4D4. Windows color (decimal): -1257554 or 11456492. OLE color: 11456492.
HSL color Cylindrical-coordinate representation of color #ECCFAE: hue angle of 31.94º degrees, saturation: 0.62, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #ECCFAE is Cyan = 0, Magento = 0.12, Yellow = 0.26 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 207 | 174 | - |
| CMYK | 0 | 0.12 | 0.26 | 0.07 |
| HSL | 31.94º | 0.62% | 0.8% | - |
| HSV(B) | 31.94º | 0.26% | 0.93% | - |
| XYZ | 64.54 | 65.51 | 49.29 | - |
| YUV | 211.91 | 106.61 | 145.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 207 | 174 | 0 | 0.12 | 0.26 | 0.07 | 31.94 | 0.62 | 0.8 |
| Hex | EC | CF | AE | 0 | C | 1A | 7 | 20 | 3E | 50 |
| Octal | 354 | 317 | 256 | 0 | 14 | 32 | 7 | 40 | 76 | 120 |
| Binary | 11101100 | 11001111 | 10101110 | 0 | 1100 | 11010 | 111 | 100000 | 111110 | 1010000 |
Color Harmonies of #ECCFAE
Complementary color
Monochromatic Colors of #ECCFAE
Black with #ECCFAE
Text Example
Text Example
White with #ECCFAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECCFAE; }
p { color: rgb(236,207,174); }
H1.HeaderClassName
{
color: #ECCFAE;
}
.AnyTagClassName
{
color: #ECCFAE;
}
</style>
background-color css
<style>
a { background-color: #ECCFAE; }
a { background-color: rgb(236,207,174); }
div.DivClassName
{
background-color: #ECCFAE;
}
.BgClassName
{
background-color: #ECCFAE;
}
</style>
border-color css
<style>
span { border-color: #ECCFAE; }
span { border-color: rgb(236,207,174); }
td.TdClassName
{
border-color: #ECCFAE;
}
.TagClassName
{
border-color: #ECCFAE;
}
</style>