Html Css Color HEX #EEDAB9 Champagne

📋 copy color: '#EEDAB9'

red 238 ◦ green 218 ◦ blue 185

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

Shades of Champagne #EEDAB9

Tints of Champagne #EEDAB9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 28.86%

R = 37.13%
G = 34.01%
B = 28.86%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.22

 K value IS 0.07

RGB Variations

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

Color information

#EEDAB9 (or 0xEEDAB9) is known color: Champagne. HEX triplet: EE, DA and B9. RGB value is (238,218,185). Sum of RGB (Red+Green+Blue) = 238+218+185=641 (84% of max value = 765). Red value is 238 (93.36% from 255 or 37.13% from 641); Green value is 218 (85.55% from 255 or 34.01% from 641); Blue value is 185 (72.66% from 255 or 28.86% from 641); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDAB9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEDAB9 is #112546. Grayscale: #DCDCDC. Windows color (decimal): -1123655 or 12180206. OLE color: 12180206.

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

Color convert

RGB 238 218 185 -
CMYK 0 0.08 0.22 0.07
HSL 37.36º 0.61% 0.83% -
HSV(B) 37.36º 0.22% 0.93% -
XYZ 69.09 71.82 56.12 -
YUV 220.22 108.13 140.68 -
System Red Green Blue C M Y K H S L
Decimal 238 218 185 0 0.08 0.22 0.07 37.36 0.61 0.83
Hex EE DA B9 0 8 16 7 25 3D 53
Octal 356 332 271 0 10 26 7 45 75 123
Binary 11101110 11011010 10111001 0 1000 10110 111 100101 111101 1010011

Color Harmonies of #EEDAB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEDAB9

Black with #EEDAB9

Text Example


Text Example

White with #EEDAB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEDAB9; }

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

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

background-color css

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

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

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

border-color css

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

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

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