Html Css Color HEX #EDD9B9 Champagne

📋 copy color: '#EDD9B9'

red 237 ◦ green 217 ◦ blue 185

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

Shades of Champagne #EDD9B9

Tints of Champagne #EDD9B9

RGB

 RED value IS 237 (92.97% from 255) = 37.09%

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

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

R = 37.09%
G = 33.96%
B = 28.95%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.22

 K value IS 0.07

RGB Variations

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

Color information

#EDD9B9 (or 0xEDD9B9) is known color: Champagne. HEX triplet: ED, D9 and B9. RGB value is (237,217,185). Sum of RGB (Red+Green+Blue) = 237+217+185=639 (84% of max value = 765). Red value is 237 (92.97% from 255 or 37.09% from 639); Green value is 217 (85.16% from 255 or 33.96% from 639); Blue value is 185 (72.66% from 255 or 28.95% from 639); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD9B9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDD9B9 is #122646. Grayscale: #DBDBDB. Windows color (decimal): -1189447 or 12179949. OLE color: 12179949.

HSL color Cylindrical-coordinate representation of color #EDD9B9: hue angle of 36.92º degrees, saturation: 0.59, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #EDD9B9 is Cyan = 0, Magento = 0.08, Yellow = 0.22 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 217 185 -
CMYK 0 0.08 0.22 0.07
HSL 36.92º 0.59% 0.83% -
HSV(B) 36.92º 0.22% 0.93% -
XYZ 68.49 71.13 56.02 -
YUV 219.33 108.63 140.6 -
System Red Green Blue C M Y K H S L
Decimal 237 217 185 0 0.08 0.22 0.07 36.92 0.59 0.83
Hex ED D9 B9 0 8 16 7 25 3B 53
Octal 355 331 271 0 10 26 7 45 73 123
Binary 11101101 11011001 10111001 0 1000 10110 111 100101 111011 1010011

Color Harmonies of #EDD9B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD9B9

Black with #EDD9B9

Text Example


Text Example

White with #EDD9B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD9B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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