Html Css Color HEX #EDD7B9 Champagne

📋 copy color: '#EDD7B9'

red 237 ◦ green 215 ◦ blue 185

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

Shades of Champagne #EDD7B9

Tints of Champagne #EDD7B9

RGB

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

 GREEN value IS 215 (84.38% from 255) = 33.75%

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

R = 37.21%
G = 33.75%
B = 29.04%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.22

 K value IS 0.07

RGB Variations

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

Color information

#EDD7B9 (or 0xEDD7B9) is known color: Champagne. HEX triplet: ED, D7 and B9. RGB value is (237,215,185). Sum of RGB (Red+Green+Blue) = 237+215+185=637 (84% of max value = 765). Red value is 237 (92.97% from 255 or 37.21% from 637); Green value is 215 (84.38% from 255 or 33.75% from 637); Blue value is 185 (72.66% from 255 or 29.04% from 637); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD7B9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDD7B9 is #122846. Grayscale: #DADADA. Windows color (decimal): -1189959 or 12179437. OLE color: 12179437.

HSL color Cylindrical-coordinate representation of color #EDD7B9: hue angle of 34.62º 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 #EDD7B9 is Cyan = 0, Magento = 0.09, Yellow = 0.22 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 215 185 -
CMYK 0 0.09 0.22 0.07
HSL 34.62º 0.59% 0.83% -
HSV(B) 34.62º 0.22% 0.93% -
XYZ 67.98 70.11 55.85 -
YUV 218.16 109.29 141.44 -
System Red Green Blue C M Y K H S L
Decimal 237 215 185 0 0.09 0.22 0.07 34.62 0.59 0.83
Hex ED D7 B9 0 9 16 7 23 3B 53
Octal 355 327 271 0 11 26 7 43 73 123
Binary 11101101 11010111 10111001 0 1001 10110 111 100011 111011 1010011

Color Harmonies of #EDD7B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD7B9

Black with #EDD7B9

Text Example


Text Example

White with #EDD7B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD7B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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