Shades of Champagne #EAD7B6
Tints of Champagne #EAD7B6
RGB
CMYK
RGB Variations
Color information
#EAD7B6 (or 0xEAD7B6) is known color: Champagne. HEX triplet: EA, D7 and B6. RGB value is (234,215,182). Sum of RGB (Red+Green+Blue) = 234+215+182=631 (83% of max value = 765). Red value is 234 (91.80% from 255 or 37.08% from 631); Green value is 215 (84.38% from 255 or 34.07% from 631); Blue value is 182 (71.48% from 255 or 28.84% from 631); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD7B6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EAD7B6 is #152849. Grayscale: #D9D9D9. Windows color (decimal): -1386570 or 11982826. OLE color: 11982826.
HSL color Cylindrical-coordinate representation of color #EAD7B6: hue angle of 38.08º degrees, saturation: 0.55, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #EAD7B6 is Cyan = 0, Magento = 0.08, Yellow = 0.22 and Black (K on CMYK) = 0.08.
Color convert
RGB | 234 | 215 | 182 | - |
CMYK | 0 | 0.08 | 0.22 | 0.08 |
HSL | 38.08º | 0.55% | 0.82% | - |
HSV(B) | 38.08º | 0.22% | 0.92% | - |
XYZ | 66.68 | 69.47 | 54.15 | - |
YUV | 216.92 | 108.29 | 140.18 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 234 | 215 | 182 | 0 | 0.08 | 0.22 | 0.08 | 38.08 | 0.55 | 0.82 |
Hex | EA | D7 | B6 | 0 | 8 | 16 | 8 | 26 | 37 | 52 |
Octal | 352 | 327 | 266 | 0 | 10 | 26 | 10 | 46 | 67 | 122 |
Binary | 11101010 | 11010111 | 10110110 | 0 | 1000 | 10110 | 1000 | 100110 | 110111 | 1010010 |
Color Harmonies of #EAD7B6
Complementary color
Monochromatic Colors of #EAD7B6
Black with #EAD7B6
Text Example
Text Example
White with #EAD7B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAD7B6; }
p { color: rgb(234,215,182); }
H1.HeaderClassName
{
color: #EAD7B6;
}
.AnyTagClassName
{
color: #EAD7B6;
}
</style>
background-color css
<style>
a { background-color: #EAD7B6; }
a { background-color: rgb(234,215,182); }
div.DivClassName
{
background-color: #EAD7B6;
}
.BgClassName
{
background-color: #EAD7B6;
}
</style>
border-color css
<style>
span { border-color: #EAD7B6; }
span { border-color: rgb(234,215,182); }
td.TdClassName
{
border-color: #EAD7B6;
}
.TagClassName
{
border-color: #EAD7B6;
}
</style>