Html Css Color HEX #EDDAB2 Champagne

📋 copy color: '#EDDAB2'

red 237 ◦ green 218 ◦ blue 178

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

Shades of Champagne #EDDAB2

Tints of Champagne #EDDAB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 28.12%

R = 37.44%
G = 34.44%
B = 28.12%

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

#EDDAB2 (or 0xEDDAB2) is known color: Champagne. HEX triplet: ED, DA and B2. RGB value is (237,218,178). Sum of RGB (Red+Green+Blue) = 237+218+178=633 (83% of max value = 765). Red value is 237 (92.97% from 255 or 37.44% from 633); Green value is 218 (85.55% from 255 or 34.44% from 633); Blue value is 178 (69.92% from 255 or 28.12% from 633); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDAB2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDDAB2 is #12254D. Grayscale: #DBDBDB. Windows color (decimal): -1189198 or 11721453. OLE color: 11721453.

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

Color convert

RGB 237 218 178 -
CMYK 0 0.08 0.25 0.07
HSL 40.68º 0.62% 0.81% -
HSV(B) 40.68º 0.25% 0.93% -
XYZ 68.03 71.36 52.31 -
YUV 219.12 104.79 140.75 -
System Red Green Blue C M Y K H S L
Decimal 237 218 178 0 0.08 0.25 0.07 40.68 0.62 0.81
Hex ED DA B2 0 8 19 7 29 3E 51
Octal 355 332 262 0 10 31 7 51 76 121
Binary 11101101 11011010 10110010 0 1000 11001 111 101001 111110 1010001

Color Harmonies of #EDDAB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDDAB2

Black with #EDDAB2

Text Example


Text Example

White with #EDDAB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDDAB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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