Html Css Color HEX #EEDAB0 Champagne

📋 copy color: '#EEDAB0'

red 238 ◦ green 218 ◦ blue 176

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

Shades of Champagne #EEDAB0

Tints of Champagne #EEDAB0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 27.85%

R = 37.66%
G = 34.49%
B = 27.85%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.26

 K value IS 0.07

RGB Variations

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

Color information

#EEDAB0 (or 0xEEDAB0) is known color: Champagne. HEX triplet: EE, DA and B0. RGB value is (238,218,176). Sum of RGB (Red+Green+Blue) = 238+218+176=632 (83% of max value = 765). Red value is 238 (93.36% from 255 or 37.66% from 632); Green value is 218 (85.55% from 255 or 34.49% from 632); Blue value is 176 (69.14% from 255 or 27.85% from 632); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDAB0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EEDAB0 is #11254F. Grayscale: #DBDBDB. Windows color (decimal): -1123664 or 11590382. OLE color: 11590382.

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

Color convert

RGB 238 218 176 -
CMYK 0 0.08 0.26 0.07
HSL 40.65º 0.65% 0.81% -
HSV(B) 40.65º 0.26% 0.93% -
XYZ 68.17 71.45 51.27 -
YUV 219.19 103.63 141.42 -
System Red Green Blue C M Y K H S L
Decimal 238 218 176 0 0.08 0.26 0.07 40.65 0.65 0.81
Hex EE DA B0 0 8 1A 7 29 41 51
Octal 356 332 260 0 10 32 7 51 101 121
Binary 11101110 11011010 10110000 0 1000 11010 111 101001 1000001 1010001

Color Harmonies of #EEDAB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEDAB0

Black with #EEDAB0

Text Example


Text Example

White with #EEDAB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEDAB0; }

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

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

background-color css

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

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

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

border-color css

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

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

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