Html Css Color HEX #EED9BC Champagne

📋 copy color: '#EED9BC'

red 238 ◦ green 217 ◦ blue 188

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

Shades of Champagne #EED9BC

Tints of Champagne #EED9BC

RGB

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

 GREEN value IS 217 (85.16% from 255) = 33.75%

 BLUE value IS 188 (73.83% from 255) = 29.24%

R = 37.01%
G = 33.75%
B = 29.24%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.21

 K value IS 0.07

RGB Variations

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

Color information

#EED9BC (or 0xEED9BC) is known color: Champagne. HEX triplet: EE, D9 and BC. RGB value is (238,217,188). Sum of RGB (Red+Green+Blue) = 238+217+188=643 (85% of max value = 765). Red value is 238 (93.36% from 255 or 37.01% from 643); Green value is 217 (85.16% from 255 or 33.75% from 643); Blue value is 188 (73.83% from 255 or 29.24% from 643); Max value from RGB is 238 - color contains mainly: red. Hex color #EED9BC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EED9BC is #112643. Grayscale: #DCDCDC. Windows color (decimal): -1123908 or 12376558. OLE color: 12376558.

HSL color Cylindrical-coordinate representation of color #EED9BC: hue angle of 34.8º degrees, saturation: 0.6, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #EED9BC is Cyan = 0, Magento = 0.09, Yellow = 0.21 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 217 188 -
CMYK 0 0.09 0.21 0.07
HSL 34.8º 0.6% 0.84% -
HSV(B) 34.8º 0.21% 0.93% -
XYZ 69.15 71.43 57.72 -
YUV 219.97 109.96 140.86 -
System Red Green Blue C M Y K H S L
Decimal 238 217 188 0 0.09 0.21 0.07 34.8 0.6 0.84
Hex EE D9 BC 0 9 15 7 23 3C 54
Octal 356 331 274 0 11 25 7 43 74 124
Binary 11101110 11011001 10111100 0 1001 10101 111 100011 111100 1010100

Color Harmonies of #EED9BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EED9BC

Black with #EED9BC

Text Example


Text Example

White with #EED9BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EED9BC; }

 p { color: rgb(238,217,188); }

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

background-color css

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

 a { background-color: rgb(238,217,188); }

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

border-color css

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

 span { border-color: rgb(238,217,188); }

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