Html Css Color HEX #EEDAB2 Champagne

📋 copy color: '#EEDAB2'

red 238 ◦ green 218 ◦ blue 178

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

Shades of Champagne #EEDAB2

Tints of Champagne #EEDAB2

RGB

 RED value IS 238 (93.36% from 255) = 37.54%

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

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

R = 37.54%
G = 34.38%
B = 28.08%

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

#EEDAB2 (or 0xEEDAB2) is known color: Champagne. HEX triplet: EE, DA and B2. RGB value is (238,218,178). Sum of RGB (Red+Green+Blue) = 238+218+178=634 (83% of max value = 765). Red value is 238 (93.36% from 255 or 37.54% from 634); Green value is 218 (85.55% from 255 or 34.38% from 634); Blue value is 178 (69.92% from 255 or 28.08% from 634); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDAB2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EEDAB2 is #11254D. Grayscale: #DBDBDB. Windows color (decimal): -1123662 or 11721454. OLE color: 11721454.

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

Color convert

RGB 238 218 178 -
CMYK 0 0.08 0.25 0.07
HSL 40º 0.64% 0.82% -
HSV(B) 40º 0.25% 0.93% -
XYZ 68.37 71.53 52.32 -
YUV 219.42 104.63 141.25 -
System Red Green Blue C M Y K H S L
Decimal 238 218 178 0 0.08 0.25 0.07 40 0.64 0.82
Hex EE DA B2 0 8 19 7 28 40 52
Octal 356 332 262 0 10 31 7 50 100 122
Binary 11101110 11011010 10110010 0 1000 11001 111 101000 1000000 1010010

Color Harmonies of #EEDAB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEDAB2

Black with #EEDAB2

Text Example


Text Example

White with #EEDAB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEDAB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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