Shades of Givry #EDD4AC
Tints of Givry #EDD4AC
RGB
CMYK
RGB Variations
Color information
#EDD4AC (or 0xEDD4AC) is known color: Givry. HEX triplet: ED, D4 and AC. RGB value is (237,212,172). Sum of RGB (Red+Green+Blue) = 237+212+172=621 (82% of max value = 765). Red value is 237 (92.97% from 255 or 38.16% from 621); Green value is 212 (83.20% from 255 or 34.14% from 621); Blue value is 172 (67.58% from 255 or 27.70% from 621); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD4AC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDD4AC is #122B53. Grayscale: #D7D7D7. Windows color (decimal): -1190740 or 11326701. OLE color: 11326701.
HSL color Cylindrical-coordinate representation of color #EDD4AC: hue angle of 36.92º 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 #EDD4AC is Cyan = 0, Magento = 0.11, Yellow = 0.27 and Black (K on CMYK) = 0.07.
Color convert
RGB | 237 | 212 | 172 | - |
CMYK | 0 | 0.11 | 0.27 | 0.07 |
HSL | 36.92º | 0.64% | 0.8% | - |
HSV(B) | 36.92º | 0.27% | 0.93% | - |
XYZ | 65.91 | 68.07 | 48.69 | - |
YUV | 214.92 | 103.78 | 143.75 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 237 | 212 | 172 | 0 | 0.11 | 0.27 | 0.07 | 36.92 | 0.64 | 0.8 |
Hex | ED | D4 | AC | 0 | B | 1B | 7 | 25 | 40 | 50 |
Octal | 355 | 324 | 254 | 0 | 13 | 33 | 7 | 45 | 100 | 120 |
Binary | 11101101 | 11010100 | 10101100 | 0 | 1011 | 11011 | 111 | 100101 | 1000000 | 1010000 |
Color Harmonies of #EDD4AC
Complementary color
Monochromatic Colors of #EDD4AC
Black with #EDD4AC
Text Example
Text Example
White with #EDD4AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDD4AC; }
p { color: rgb(237,212,172); }
H1.HeaderClassName
{
color: #EDD4AC;
}
.AnyTagClassName
{
color: #EDD4AC;
}
</style>
background-color css
<style>
a { background-color: #EDD4AC; }
a { background-color: rgb(237,212,172); }
div.DivClassName
{
background-color: #EDD4AC;
}
.BgClassName
{
background-color: #EDD4AC;
}
</style>
border-color css
<style>
span { border-color: #EDD4AC; }
span { border-color: rgb(237,212,172); }
td.TdClassName
{
border-color: #EDD4AC;
}
.TagClassName
{
border-color: #EDD4AC;
}
</style>