Shades of Givry #EDD0B1
Tints of Givry #EDD0B1
RGB
CMYK
RGB Variations
Color information
#EDD0B1 (or 0xEDD0B1) is known color: Givry. HEX triplet: ED, D0 and B1. RGB value is (237,208,177). Sum of RGB (Red+Green+Blue) = 237+208+177=622 (82% of max value = 765). Red value is 237 (92.97% from 255 or 38.10% from 622); Green value is 208 (81.64% from 255 or 33.44% from 622); Blue value is 177 (69.53% from 255 or 28.46% from 622); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD0B1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDD0B1 is #122F4E. Grayscale: #D5D5D5. Windows color (decimal): -1191759 or 11653357. OLE color: 11653357.
HSL color Cylindrical-coordinate representation of color #EDD0B1: hue angle of 31º 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 #EDD0B1 is Cyan = 0, Magento = 0.12, Yellow = 0.25 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 208 | 177 | - |
| CMYK | 0 | 0.12 | 0.25 | 0.07 |
| HSL | 31º | 0.63% | 0.81% | - |
| HSV(B) | 31º | 0.25% | 0.93% | - |
| XYZ | 65.42 | 66.29 | 50.94 | - |
| YUV | 213.14 | 107.61 | 145.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 208 | 177 | 0 | 0.12 | 0.25 | 0.07 | 31 | 0.63 | 0.81 |
| Hex | ED | D0 | B1 | 0 | C | 19 | 7 | 1F | 3E | 51 |
| Octal | 355 | 320 | 261 | 0 | 14 | 31 | 7 | 37 | 76 | 121 |
| Binary | 11101101 | 11010000 | 10110001 | 0 | 1100 | 11001 | 111 | 11111 | 111110 | 1010001 |
Color Harmonies of #EDD0B1
Complementary color
Monochromatic Colors of #EDD0B1
Black with #EDD0B1
Text Example
Text Example
White with #EDD0B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDD0B1; }
p { color: rgb(237,208,177); }
H1.HeaderClassName
{
color: #EDD0B1;
}
.AnyTagClassName
{
color: #EDD0B1;
}
</style>
background-color css
<style>
a { background-color: #EDD0B1; }
a { background-color: rgb(237,208,177); }
div.DivClassName
{
background-color: #EDD0B1;
}
.BgClassName
{
background-color: #EDD0B1;
}
</style>
border-color css
<style>
span { border-color: #EDD0B1; }
span { border-color: rgb(237,208,177); }
td.TdClassName
{
border-color: #EDD0B1;
}
.TagClassName
{
border-color: #EDD0B1;
}
</style>