Shades of Givry #EDCFAC
Tints of Givry #EDCFAC
RGB
CMYK
RGB Variations
Color information
#EDCFAC (or 0xEDCFAC) is known color: Givry. HEX triplet: ED, CF and AC. RGB value is (237,207,172). Sum of RGB (Red+Green+Blue) = 237+207+172=616 (81% of max value = 765). Red value is 237 (92.97% from 255 or 38.47% from 616); Green value is 207 (81.25% from 255 or 33.60% from 616); Blue value is 172 (67.58% from 255 or 27.92% from 616); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCFAC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDCFAC is #123053. Grayscale: #D4D4D4. Windows color (decimal): -1192020 or 11325421. OLE color: 11325421.
HSL color Cylindrical-coordinate representation of color #EDCFAC: hue angle of 32.31º degrees, saturation: 0.64, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #EDCFAC is Cyan = 0, Magento = 0.13, Yellow = 0.27 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 207 | 172 | - |
| CMYK | 0 | 0.13 | 0.27 | 0.07 |
| HSL | 32.31º | 0.64% | 0.8% | - |
| HSV(B) | 32.31º | 0.27% | 0.93% | - |
| XYZ | 64.68 | 65.61 | 48.28 | - |
| YUV | 211.98 | 105.44 | 145.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 207 | 172 | 0 | 0.13 | 0.27 | 0.07 | 32.31 | 0.64 | 0.8 |
| Hex | ED | CF | AC | 0 | D | 1B | 7 | 20 | 40 | 50 |
| Octal | 355 | 317 | 254 | 0 | 15 | 33 | 7 | 40 | 100 | 120 |
| Binary | 11101101 | 11001111 | 10101100 | 0 | 1101 | 11011 | 111 | 100000 | 1000000 | 1010000 |
Color Harmonies of #EDCFAC
Complementary color
Monochromatic Colors of #EDCFAC
Black with #EDCFAC
Text Example
Text Example
White with #EDCFAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDCFAC; }
p { color: rgb(237,207,172); }
H1.HeaderClassName
{
color: #EDCFAC;
}
.AnyTagClassName
{
color: #EDCFAC;
}
</style>
background-color css
<style>
a { background-color: #EDCFAC; }
a { background-color: rgb(237,207,172); }
div.DivClassName
{
background-color: #EDCFAC;
}
.BgClassName
{
background-color: #EDCFAC;
}
</style>
border-color css
<style>
span { border-color: #EDCFAC; }
span { border-color: rgb(237,207,172); }
td.TdClassName
{
border-color: #EDCFAC;
}
.TagClassName
{
border-color: #EDCFAC;
}
</style>