Html Css Color HEX #EFDBB2 Champagne

📋 copy color: '#EFDBB2'

red 239 ◦ green 219 ◦ blue 178

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

Shades of Champagne #EFDBB2

Tints of Champagne #EFDBB2

RGB

 RED value IS 239 (93.75% from 255) = 37.58%

 GREEN value IS 219 (85.94% from 255) = 34.43%

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

R = 37.58%
G = 34.43%
B = 27.99%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.26

 K value IS 0.06

RGB Variations

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

Color information

#EFDBB2 (or 0xEFDBB2) is known color: Champagne. HEX triplet: EF, DB and B2. RGB value is (239,219,178). Sum of RGB (Red+Green+Blue) = 239+219+178=636 (84% of max value = 765). Red value is 239 (93.75% from 255 or 37.58% from 636); Green value is 219 (85.94% from 255 or 34.43% from 636); Blue value is 178 (69.92% from 255 or 27.99% from 636); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDBB2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFDBB2 is #10244D. Grayscale: #DCDCDC. Windows color (decimal): -1057870 or 11721711. OLE color: 11721711.

HSL color Cylindrical-coordinate representation of color #EFDBB2: hue angle of 40.33º degrees, saturation: 0.66, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #EFDBB2 is Cyan = 0, Magento = 0.08, Yellow = 0.26 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 219 178 -
CMYK 0 0.08 0.26 0.06
HSL 40.33º 0.66% 0.82% -
HSV(B) 40.33º 0.26% 0.94% -
XYZ 68.96 72.23 52.43 -
YUV 220.31 104.13 141.33 -
System Red Green Blue C M Y K H S L
Decimal 239 219 178 0 0.08 0.26 0.06 40.33 0.66 0.82
Hex EF DB B2 0 8 1A 6 28 42 52
Octal 357 333 262 0 10 32 6 50 102 122
Binary 11101111 11011011 10110010 0 1000 11010 110 101000 1000010 1010010

Color Harmonies of #EFDBB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFDBB2

Black with #EFDBB2

Text Example


Text Example

White with #EFDBB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFDBB2; }

 p { color: rgb(239,219,178); }

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

background-color css

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

 a { background-color: rgb(239,219,178); }

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

border-color css

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

 span { border-color: rgb(239,219,178); }

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