Shades of Givry #EDD4B1
Tints of Givry #EDD4B1
RGB
CMYK
RGB Variations
Color information
#EDD4B1 (or 0xEDD4B1) is known color: Givry. HEX triplet: ED, D4 and B1. RGB value is (237,212,177). Sum of RGB (Red+Green+Blue) = 237+212+177=626 (82% of max value = 765). Red value is 237 (92.97% from 255 or 37.86% from 626); Green value is 212 (83.20% from 255 or 33.87% from 626); Blue value is 177 (69.53% from 255 or 28.27% from 626); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD4B1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDD4B1 is #122B4E. Grayscale: #D7D7D7. Windows color (decimal): -1190735 or 11654381. OLE color: 11654381.
HSL color Cylindrical-coordinate representation of color #EDD4B1: hue angle of 35º degrees, saturation: 0.62, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #EDD4B1 is Cyan = 0, Magento = 0.11, Yellow = 0.25 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 212 | 177 | - |
| CMYK | 0 | 0.11 | 0.25 | 0.07 |
| HSL | 35º | 0.63% | 0.81% | - |
| HSV(B) | 35º | 0.25% | 0.93% | - |
| XYZ | 66.4 | 68.27 | 51.27 | - |
| YUV | 215.49 | 106.28 | 143.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 212 | 177 | 0 | 0.11 | 0.25 | 0.07 | 35 | 0.63 | 0.81 |
| Hex | ED | D4 | B1 | 0 | B | 19 | 7 | 23 | 3E | 51 |
| Octal | 355 | 324 | 261 | 0 | 13 | 31 | 7 | 43 | 76 | 121 |
| Binary | 11101101 | 11010100 | 10110001 | 0 | 1011 | 11001 | 111 | 100011 | 111110 | 1010001 |
Color Harmonies of #EDD4B1
Complementary color
Monochromatic Colors of #EDD4B1
Black with #EDD4B1
Text Example
Text Example
White with #EDD4B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDD4B1; }
p { color: rgb(237,212,177); }
H1.HeaderClassName
{
color: #EDD4B1;
}
.AnyTagClassName
{
color: #EDD4B1;
}
</style>
background-color css
<style>
a { background-color: #EDD4B1; }
a { background-color: rgb(237,212,177); }
div.DivClassName
{
background-color: #EDD4B1;
}
.BgClassName
{
background-color: #EDD4B1;
}
</style>
border-color css
<style>
span { border-color: #EDD4B1; }
span { border-color: rgb(237,212,177); }
td.TdClassName
{
border-color: #EDD4B1;
}
.TagClassName
{
border-color: #EDD4B1;
}
</style>