Html Css Color HEX #EDD8B9 Champagne

📋 copy color: '#EDD8B9'

red 237 ◦ green 216 ◦ blue 185

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

Shades of Champagne #EDD8B9

Tints of Champagne #EDD8B9

RGB

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

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

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

R = 37.15%
G = 33.86%
B = 29%

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

#EDD8B9 (or 0xEDD8B9) is known color: Champagne. HEX triplet: ED, D8 and B9. RGB value is (237,216,185). Sum of RGB (Red+Green+Blue) = 237+216+185=638 (84% of max value = 765). Red value is 237 (92.97% from 255 or 37.15% from 638); Green value is 216 (84.77% from 255 or 33.86% from 638); Blue value is 185 (72.66% from 255 or 29.00% from 638); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD8B9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDD8B9 is #122746. Grayscale: #DADADA. Windows color (decimal): -1189703 or 12179693. OLE color: 12179693.

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

Color convert

RGB 237 216 185 -
CMYK 0 0.09 0.22 0.07
HSL 35.77º 0.59% 0.83% -
HSV(B) 35.77º 0.22% 0.93% -
XYZ 68.24 70.62 55.93 -
YUV 218.75 108.96 141.02 -
System Red Green Blue C M Y K H S L
Decimal 237 216 185 0 0.09 0.22 0.07 35.77 0.59 0.83
Hex ED D8 B9 0 9 16 7 24 3B 53
Octal 355 330 271 0 11 26 7 44 73 123
Binary 11101101 11011000 10111001 0 1001 10110 111 100100 111011 1010011

Color Harmonies of #EDD8B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD8B9

Black with #EDD8B9

Text Example


Text Example

White with #EDD8B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD8B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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