Shades of Givry #EDD3B0
Tints of Givry #EDD3B0
RGB
CMYK
RGB Variations
Color information
#EDD3B0 (or 0xEDD3B0) is known color: Givry. HEX triplet: ED, D3 and B0. RGB value is (237,211,176). Sum of RGB (Red+Green+Blue) = 237+211+176=624 (82% of max value = 765). Red value is 237 (92.97% from 255 or 37.98% from 624); Green value is 211 (82.81% from 255 or 33.81% from 624); Blue value is 176 (69.14% from 255 or 28.21% from 624); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD3B0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDD3B0 is #122C4F. Grayscale: #D6D6D6. Windows color (decimal): -1190992 or 11588589. OLE color: 11588589.
HSL color Cylindrical-coordinate representation of color #EDD3B0: hue angle of 34.43º degrees, saturation: 0.63, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #EDD3B0 is Cyan = 0, Magento = 0.11, Yellow = 0.26 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 211 | 176 | - |
| CMYK | 0 | 0.11 | 0.26 | 0.07 |
| HSL | 34.43º | 0.63% | 0.81% | - |
| HSV(B) | 34.43º | 0.26% | 0.93% | - |
| XYZ | 66.06 | 67.73 | 50.67 | - |
| YUV | 214.78 | 106.11 | 143.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 211 | 176 | 0 | 0.11 | 0.26 | 0.07 | 34.43 | 0.63 | 0.81 |
| Hex | ED | D3 | B0 | 0 | B | 1A | 7 | 22 | 3F | 51 |
| Octal | 355 | 323 | 260 | 0 | 13 | 32 | 7 | 42 | 77 | 121 |
| Binary | 11101101 | 11010011 | 10110000 | 0 | 1011 | 11010 | 111 | 100010 | 111111 | 1010001 |
Color Harmonies of #EDD3B0
Complementary color
Monochromatic Colors of #EDD3B0
Black with #EDD3B0
Text Example
Text Example
White with #EDD3B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDD3B0; }
p { color: rgb(237,211,176); }
H1.HeaderClassName
{
color: #EDD3B0;
}
.AnyTagClassName
{
color: #EDD3B0;
}
</style>
background-color css
<style>
a { background-color: #EDD3B0; }
a { background-color: rgb(237,211,176); }
div.DivClassName
{
background-color: #EDD3B0;
}
.BgClassName
{
background-color: #EDD3B0;
}
</style>
border-color css
<style>
span { border-color: #EDD3B0; }
span { border-color: rgb(237,211,176); }
td.TdClassName
{
border-color: #EDD3B0;
}
.TagClassName
{
border-color: #EDD3B0;
}
</style>