Html Css Color HEX #EDD6B5 Champagne

📋 copy color: '#EDD6B5'

red 237 ◦ green 214 ◦ blue 181

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

Shades of Champagne #EDD6B5

Tints of Champagne #EDD6B5

RGB

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

 GREEN value IS 214 (83.98% from 255) = 33.86%

 BLUE value IS 181 (71.09% from 255) = 28.64%

R = 37.5%
G = 33.86%
B = 28.64%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.24

 K value IS 0.07

RGB Variations

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

Color information

#EDD6B5 (or 0xEDD6B5) is known color: Champagne. HEX triplet: ED, D6 and B5. RGB value is (237,214,181). Sum of RGB (Red+Green+Blue) = 237+214+181=632 (83% of max value = 765). Red value is 237 (92.97% from 255 or 37.5% from 632); Green value is 214 (83.98% from 255 or 33.86% from 632); Blue value is 181 (71.09% from 255 or 28.64% from 632); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD6B5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDD6B5 is #12294A. Grayscale: #D9D9D9. Windows color (decimal): -1190219 or 11917037. OLE color: 11917037.

HSL color Cylindrical-coordinate representation of color #EDD6B5: hue angle of 35.36º degrees, saturation: 0.61, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #EDD6B5 is Cyan = 0, Magento = 0.10, Yellow = 0.24 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 214 181 -
CMYK 0 0.10 0.24 0.07
HSL 35.36º 0.61% 0.82% -
HSV(B) 35.36º 0.24% 0.93% -
XYZ 67.31 69.43 53.57 -
YUV 217.12 107.62 142.18 -
System Red Green Blue C M Y K H S L
Decimal 237 214 181 0 0.10 0.24 0.07 35.36 0.61 0.82
Hex ED D6 B5 0 A 18 7 23 3D 52
Octal 355 326 265 0 12 30 7 43 75 122
Binary 11101101 11010110 10110101 0 1010 11000 111 100011 111101 1010010

Color Harmonies of #EDD6B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD6B5

Black with #EDD6B5

Text Example


Text Example

White with #EDD6B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD6B5; }

 p { color: rgb(237,214,181); }

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

background-color css

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

 a { background-color: rgb(237,214,181); }

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

border-color css

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

 span { border-color: rgb(237,214,181); }

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