Shades of Givry #EDCFAB
Tints of Givry #EDCFAB
RGB
CMYK
RGB Variations
Color information
#EDCFAB (or 0xEDCFAB) is known color: Givry. HEX triplet: ED, CF and AB. RGB value is (237,207,171). Sum of RGB (Red+Green+Blue) = 237+207+171=615 (81% of max value = 765). Red value is 237 (92.97% from 255 or 38.54% from 615); Green value is 207 (81.25% from 255 or 33.66% from 615); Blue value is 171 (67.19% from 255 or 27.80% from 615); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCFAB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDCFAB is #123054. Grayscale: #D4D4D4. Windows color (decimal): -1192021 or 11259885. OLE color: 11259885.
HSL color Cylindrical-coordinate representation of color #EDCFAB: hue angle of 32.73º degrees, saturation: 0.65, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #EDCFAB is Cyan = 0, Magento = 0.13, Yellow = 0.28 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 207 | 171 | - |
| CMYK | 0 | 0.13 | 0.28 | 0.07 |
| HSL | 32.73º | 0.65% | 0.8% | - |
| HSV(B) | 32.73º | 0.28% | 0.93% | - |
| XYZ | 64.59 | 65.57 | 47.78 | - |
| YUV | 211.87 | 104.94 | 145.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 207 | 171 | 0 | 0.13 | 0.28 | 0.07 | 32.73 | 0.65 | 0.8 |
| Hex | ED | CF | AB | 0 | D | 1C | 7 | 21 | 41 | 50 |
| Octal | 355 | 317 | 253 | 0 | 15 | 34 | 7 | 41 | 101 | 120 |
| Binary | 11101101 | 11001111 | 10101011 | 0 | 1101 | 11100 | 111 | 100001 | 1000001 | 1010000 |
Color Harmonies of #EDCFAB
Complementary color
Monochromatic Colors of #EDCFAB
Black with #EDCFAB
Text Example
Text Example
White with #EDCFAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDCFAB; }
p { color: rgb(237,207,171); }
H1.HeaderClassName
{
color: #EDCFAB;
}
.AnyTagClassName
{
color: #EDCFAB;
}
</style>
background-color css
<style>
a { background-color: #EDCFAB; }
a { background-color: rgb(237,207,171); }
div.DivClassName
{
background-color: #EDCFAB;
}
.BgClassName
{
background-color: #EDCFAB;
}
</style>
border-color css
<style>
span { border-color: #EDCFAB; }
span { border-color: rgb(237,207,171); }
td.TdClassName
{
border-color: #EDCFAB;
}
.TagClassName
{
border-color: #EDCFAB;
}
</style>