Shades of Givry #EDD4B0
Tints of Givry #EDD4B0
RGB
CMYK
RGB Variations
Color information
#EDD4B0 (or 0xEDD4B0) is known color: Givry. HEX triplet: ED, D4 and B0. RGB value is (237,212,176). Sum of RGB (Red+Green+Blue) = 237+212+176=625 (82% of max value = 765). Red value is 237 (92.97% from 255 or 37.92% from 625); Green value is 212 (83.20% from 255 or 33.92% from 625); Blue value is 176 (69.14% from 255 or 28.16% from 625); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD4B0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDD4B0 is #122B4F. Grayscale: #D7D7D7. Windows color (decimal): -1190736 or 11588845. OLE color: 11588845.
HSL color Cylindrical-coordinate representation of color #EDD4B0: hue angle of 35.41º 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 #EDD4B0 is Cyan = 0, Magento = 0.11, Yellow = 0.26 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 212 | 176 | - |
| CMYK | 0 | 0.11 | 0.26 | 0.07 |
| HSL | 35.41º | 0.63% | 0.81% | - |
| HSV(B) | 35.41º | 0.26% | 0.93% | - |
| XYZ | 66.31 | 68.23 | 50.75 | - |
| YUV | 215.37 | 105.78 | 143.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 212 | 176 | 0 | 0.11 | 0.26 | 0.07 | 35.41 | 0.63 | 0.81 |
| Hex | ED | D4 | B0 | 0 | B | 1A | 7 | 23 | 3F | 51 |
| Octal | 355 | 324 | 260 | 0 | 13 | 32 | 7 | 43 | 77 | 121 |
| Binary | 11101101 | 11010100 | 10110000 | 0 | 1011 | 11010 | 111 | 100011 | 111111 | 1010001 |
Color Harmonies of #EDD4B0
Complementary color
Monochromatic Colors of #EDD4B0
Black with #EDD4B0
Text Example
Text Example
White with #EDD4B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDD4B0; }
p { color: rgb(237,212,176); }
H1.HeaderClassName
{
color: #EDD4B0;
}
.AnyTagClassName
{
color: #EDD4B0;
}
</style>
background-color css
<style>
a { background-color: #EDD4B0; }
a { background-color: rgb(237,212,176); }
div.DivClassName
{
background-color: #EDD4B0;
}
.BgClassName
{
background-color: #EDD4B0;
}
</style>
border-color css
<style>
span { border-color: #EDD4B0; }
span { border-color: rgb(237,212,176); }
td.TdClassName
{
border-color: #EDD4B0;
}
.TagClassName
{
border-color: #EDD4B0;
}
</style>