Html Css Color HEX #EBD9B9 Champagne

📋 copy color: '#EBD9B9'

red 235 ◦ green 217 ◦ blue 185

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

Shades of Champagne #EBD9B9

Tints of Champagne #EBD9B9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 29.04%

R = 36.89%
G = 34.07%
B = 29.04%

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

#EBD9B9 (or 0xEBD9B9) is known color: Champagne. HEX triplet: EB, D9 and B9. RGB value is (235,217,185). Sum of RGB (Red+Green+Blue) = 235+217+185=637 (84% of max value = 765). Red value is 235 (92.19% from 255 or 36.89% from 637); Green value is 217 (85.16% from 255 or 34.07% from 637); Blue value is 185 (72.66% from 255 or 29.04% from 637); Max value from RGB is 235 - color contains mainly: red. Hex color #EBD9B9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBD9B9 is #142646. Grayscale: #DADADA. Windows color (decimal): -1320519 or 12179947. OLE color: 12179947.

HSL color Cylindrical-coordinate representation of color #EBD9B9: hue angle of 38.4º degrees, saturation: 0.56, 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 #EBD9B9 is Cyan = 0, Magento = 0.08, Yellow = 0.21 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 217 185 -
CMYK 0 0.08 0.21 0.08
HSL 38.4º 0.56% 0.82% -
HSV(B) 38.4º 0.21% 0.92% -
XYZ 67.83 70.79 55.99 -
YUV 218.73 108.96 139.6 -
System Red Green Blue C M Y K H S L
Decimal 235 217 185 0 0.08 0.21 0.08 38.4 0.56 0.82
Hex EB D9 B9 0 8 15 8 26 38 52
Octal 353 331 271 0 10 25 10 46 70 122
Binary 11101011 11011001 10111001 0 1000 10101 1000 100110 111000 1010010

Color Harmonies of #EBD9B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBD9B9

Black with #EBD9B9

Text Example


Text Example

White with #EBD9B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBD9B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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