Html Css Color HEX #EBD9BA Champagne

📋 copy color: '#EBD9BA'

red 235 ◦ green 217 ◦ blue 186

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

Shades of Champagne #EBD9BA

Tints of Champagne #EBD9BA

RGB

 RED value IS 235 (92.19% from 255) = 36.83%

 GREEN value IS 217 (85.16% from 255) = 34.01%

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

R = 36.83%
G = 34.01%
B = 29.15%

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

#EBD9BA (or 0xEBD9BA) is known color: Champagne. HEX triplet: EB, D9 and BA. RGB value is (235,217,186). Sum of RGB (Red+Green+Blue) = 235+217+186=638 (84% of max value = 765). Red value is 235 (92.19% from 255 or 36.83% from 638); Green value is 217 (85.16% from 255 or 34.01% from 638); Blue value is 186 (73.05% from 255 or 29.15% from 638); Max value from RGB is 235 - color contains mainly: red. Hex color #EBD9BA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBD9BA is #142645. Grayscale: #DADADA. Windows color (decimal): -1320518 or 12245483. OLE color: 12245483.

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

Color convert

RGB 235 217 186 -
CMYK 0 0.08 0.21 0.08
HSL 37.96º 0.55% 0.83% -
HSV(B) 37.96º 0.21% 0.92% -
XYZ 67.94 70.83 56.55 -
YUV 218.85 109.46 139.52 -
System Red Green Blue C M Y K H S L
Decimal 235 217 186 0 0.08 0.21 0.08 37.96 0.55 0.83
Hex EB D9 BA 0 8 15 8 26 37 53
Octal 353 331 272 0 10 25 10 46 67 123
Binary 11101011 11011001 10111010 0 1000 10101 1000 100110 110111 1010011

Color Harmonies of #EBD9BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBD9BA

Black with #EBD9BA

Text Example


Text Example

White with #EBD9BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBD9BA; }

 p { color: rgb(235,217,186); }

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

background-color css

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

 a { background-color: rgb(235,217,186); }

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

border-color css

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

 span { border-color: rgb(235,217,186); }

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