Html Css Color HEX #EDDAB1 Champagne

📋 copy color: '#EDDAB1'

red 237 ◦ green 218 ◦ blue 177

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

Shades of Champagne #EDDAB1

Tints of Champagne #EDDAB1

RGB

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

 GREEN value IS 218 (85.55% from 255) = 34.49%

 BLUE value IS 177 (69.53% from 255) = 28.01%

R = 37.5%
G = 34.49%
B = 28.01%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.25

 K value IS 0.07

RGB Variations

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

Color information

#EDDAB1 (or 0xEDDAB1) is known color: Champagne. HEX triplet: ED, DA and B1. RGB value is (237,218,177). Sum of RGB (Red+Green+Blue) = 237+218+177=632 (83% of max value = 765). Red value is 237 (92.97% from 255 or 37.5% from 632); Green value is 218 (85.55% from 255 or 34.49% from 632); Blue value is 177 (69.53% from 255 or 28.01% from 632); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDAB1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDDAB1 is #12254E. Grayscale: #DBDBDB. Windows color (decimal): -1189199 or 11655917. OLE color: 11655917.

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

Color convert

RGB 237 218 177 -
CMYK 0 0.08 0.25 0.07
HSL 41º 0.63% 0.81% -
HSV(B) 41º 0.25% 0.93% -
XYZ 67.93 71.32 51.78 -
YUV 219.01 104.29 140.83 -
System Red Green Blue C M Y K H S L
Decimal 237 218 177 0 0.08 0.25 0.07 41 0.63 0.81
Hex ED DA B1 0 8 19 7 29 3E 51
Octal 355 332 261 0 10 31 7 51 76 121
Binary 11101101 11011010 10110001 0 1000 11001 111 101001 111110 1010001

Color Harmonies of #EDDAB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDDAB1

Black with #EDDAB1

Text Example


Text Example

White with #EDDAB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDDAB1; }

 p { color: rgb(237,218,177); }

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

background-color css

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

 a { background-color: rgb(237,218,177); }

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

border-color css

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

 span { border-color: rgb(237,218,177); }

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