Html Css Color HEX #EAD8BA Champagne

📋 copy color: '#EAD8BA'

red 234 ◦ green 216 ◦ blue 186

#EAD8BA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Champagne #EAD8BA

Tints of Champagne #EAD8BA

RGB

 RED value IS 234 (91.8% from 255) = 36.79%

 GREEN value IS 216 (84.77% from 255) = 33.96%

 BLUE value IS 186 (73.05% from 255) = 29.25%

R = 36.79%
G = 33.96%
B = 29.25%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.21

 K value IS 0.08

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#EAD8BA (or 0xEAD8BA) is known color: Champagne. HEX triplet: EA, D8 and BA. RGB value is (234,216,186). Sum of RGB (Red+Green+Blue) = 234+216+186=636 (84% of max value = 765). Red value is 234 (91.80% from 255 or 36.79% from 636); Green value is 216 (84.77% from 255 or 33.96% from 636); Blue value is 186 (73.05% from 255 or 29.25% from 636); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD8BA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EAD8BA is #152745. Grayscale: #DADADA. Windows color (decimal): -1386310 or 12245226. OLE color: 12245226.

HSL color Cylindrical-coordinate representation of color #EAD8BA: hue angle of 37.5º degrees, saturation: 0.53, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #EAD8BA is Cyan = 0, Magento = 0.08, Yellow = 0.21 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 216 186 -
CMYK 0 0.08 0.21 0.08
HSL 37.5º 0.53% 0.82% -
HSV(B) 37.5º 0.21% 0.92% -
XYZ 67.35 70.15 56.44 -
YUV 217.96 109.96 139.44 -
System Red Green Blue C M Y K H S L
Decimal 234 216 186 0 0.08 0.21 0.08 37.5 0.53 0.82
Hex EA D8 BA 0 8 15 8 26 35 52
Octal 352 330 272 0 10 25 10 46 65 122
Binary 11101010 11011000 10111010 0 1000 10101 1000 100110 110101 1010010

Color Harmonies of #EAD8BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAD8BA

Black with #EAD8BA

Text Example


Text Example

White with #EAD8BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAD8BA; }

 p { color: rgb(234,216,186); }

 H1.HeaderClassName
 {
   color: #EAD8BA;
 }
 .AnyTagClassName
 {
   color: #EAD8BA;
 }
</style>

background-color css

<style>
 a { background-color: #EAD8BA; }

 a { background-color: rgb(234,216,186); }

 div.DivClassName
 {
   background-color: #EAD8BA;
 }
 .BgClassName
 {
   background-color: #EAD8BA;
 }
</style>

border-color css

<style>
 span { border-color: #EAD8BA; }

 span { border-color: rgb(234,216,186); }

 td.TdClassName
 {
   border-color: #EAD8BA;
 }
 .TagClassName
 {
   border-color: #EAD8BA;
 }
</style>