Html Css Color HEX #EDD6B4 Champagne

📋 copy color: '#EDD6B4'

red 237 ◦ green 214 ◦ blue 180

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

Shades of Champagne #EDD6B4

Tints of Champagne #EDD6B4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 28.53%

R = 37.56%
G = 33.91%
B = 28.53%

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

#EDD6B4 (or 0xEDD6B4) is known color: Champagne. HEX triplet: ED, D6 and B4. RGB value is (237,214,180). Sum of RGB (Red+Green+Blue) = 237+214+180=631 (83% of max value = 765). Red value is 237 (92.97% from 255 or 37.56% from 631); Green value is 214 (83.98% from 255 or 33.91% from 631); Blue value is 180 (70.70% from 255 or 28.53% from 631); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD6B4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDD6B4 is #12294B. Grayscale: #D9D9D9. Windows color (decimal): -1190220 or 11851501. OLE color: 11851501.

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

Color convert

RGB 237 214 180 -
CMYK 0 0.10 0.24 0.07
HSL 35.79º 0.61% 0.82% -
HSV(B) 35.79º 0.24% 0.93% -
XYZ 67.21 69.39 53.03 -
YUV 217 107.12 142.26 -
System Red Green Blue C M Y K H S L
Decimal 237 214 180 0 0.10 0.24 0.07 35.79 0.61 0.82
Hex ED D6 B4 0 A 18 7 24 3D 52
Octal 355 326 264 0 12 30 7 44 75 122
Binary 11101101 11010110 10110100 0 1010 11000 111 100100 111101 1010010

Color Harmonies of #EDD6B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD6B4

Black with #EDD6B4

Text Example


Text Example

White with #EDD6B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD6B4; }

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

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

background-color css

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

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

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

border-color css

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

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

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