Html Css Color HEX #EEDCB5 Champagne

📋 copy color: '#EEDCB5'

red 238 ◦ green 220 ◦ blue 181

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

Shades of Champagne #EEDCB5

Tints of Champagne #EEDCB5

RGB

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

 GREEN value IS 220 (86.33% from 255) = 34.43%

 BLUE value IS 181 (71.09% from 255) = 28.33%

R = 37.25%
G = 34.43%
B = 28.33%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.24

 K value IS 0.07

RGB Variations

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

Color information

#EEDCB5 (or 0xEEDCB5) is known color: Champagne. HEX triplet: EE, DC and B5. RGB value is (238,220,181). Sum of RGB (Red+Green+Blue) = 238+220+181=639 (84% of max value = 765). Red value is 238 (93.36% from 255 or 37.25% from 639); Green value is 220 (86.33% from 255 or 34.43% from 639); Blue value is 181 (71.09% from 255 or 28.33% from 639); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDCB5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEDCB5 is #11234A. Grayscale: #DDDDDD. Windows color (decimal): -1123147 or 11918574. OLE color: 11918574.

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

Color convert

RGB 238 220 181 -
CMYK 0 0.08 0.24 0.07
HSL 41.05º 0.63% 0.82% -
HSV(B) 41.05º 0.24% 0.93% -
XYZ 69.19 72.7 54.1 -
YUV 220.94 105.46 140.17 -
System Red Green Blue C M Y K H S L
Decimal 238 220 181 0 0.08 0.24 0.07 41.05 0.63 0.82
Hex EE DC B5 0 8 18 7 29 3F 52
Octal 356 334 265 0 10 30 7 51 77 122
Binary 11101110 11011100 10110101 0 1000 11000 111 101001 111111 1010010

Color Harmonies of #EEDCB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEDCB5

Black with #EEDCB5

Text Example


Text Example

White with #EEDCB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEDCB5; }

 p { color: rgb(238,220,181); }

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

background-color css

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

 a { background-color: rgb(238,220,181); }

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

border-color css

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

 span { border-color: rgb(238,220,181); }

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