Shades of Givry #EDD3B1
Tints of Givry #EDD3B1
RGB
CMYK
RGB Variations
Color information
#EDD3B1 (or 0xEDD3B1) is known color: Givry. HEX triplet: ED, D3 and B1. RGB value is (237,211,177). Sum of RGB (Red+Green+Blue) = 237+211+177=625 (82% of max value = 765). Red value is 237 (92.97% from 255 or 37.92% from 625); Green value is 211 (82.81% from 255 or 33.76% from 625); Blue value is 177 (69.53% from 255 or 28.32% from 625); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD3B1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDD3B1 is #122C4E. Grayscale: #D7D7D7. Windows color (decimal): -1190991 or 11654125. OLE color: 11654125.
HSL color Cylindrical-coordinate representation of color #EDD3B1: hue angle of 34º 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 #EDD3B1 is Cyan = 0, Magento = 0.11, Yellow = 0.25 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 211 | 177 | - |
| CMYK | 0 | 0.11 | 0.25 | 0.07 |
| HSL | 34º | 0.63% | 0.81% | - |
| HSV(B) | 34º | 0.25% | 0.93% | - |
| XYZ | 66.16 | 67.77 | 51.19 | - |
| YUV | 214.9 | 106.61 | 143.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 211 | 177 | 0 | 0.11 | 0.25 | 0.07 | 34 | 0.63 | 0.81 |
| Hex | ED | D3 | B1 | 0 | B | 19 | 7 | 22 | 3E | 51 |
| Octal | 355 | 323 | 261 | 0 | 13 | 31 | 7 | 42 | 76 | 121 |
| Binary | 11101101 | 11010011 | 10110001 | 0 | 1011 | 11001 | 111 | 100010 | 111110 | 1010001 |
Color Harmonies of #EDD3B1
Complementary color
Monochromatic Colors of #EDD3B1
Black with #EDD3B1
Text Example
Text Example
White with #EDD3B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDD3B1; }
p { color: rgb(237,211,177); }
H1.HeaderClassName
{
color: #EDD3B1;
}
.AnyTagClassName
{
color: #EDD3B1;
}
</style>
background-color css
<style>
a { background-color: #EDD3B1; }
a { background-color: rgb(237,211,177); }
div.DivClassName
{
background-color: #EDD3B1;
}
.BgClassName
{
background-color: #EDD3B1;
}
</style>
border-color css
<style>
span { border-color: #EDD3B1; }
span { border-color: rgb(237,211,177); }
td.TdClassName
{
border-color: #EDD3B1;
}
.TagClassName
{
border-color: #EDD3B1;
}
</style>