Html Css Color HEX #EFDAB2 Champagne

📋 copy color: '#EFDAB2'

red 239 ◦ green 218 ◦ blue 178

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

Shades of Champagne #EFDAB2

Tints of Champagne #EFDAB2

RGB

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

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

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

R = 37.64%
G = 34.33%
B = 28.03%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.26

 K value IS 0.06

RGB Variations

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

Color information

#EFDAB2 (or 0xEFDAB2) is known color: Champagne. HEX triplet: EF, DA and B2. RGB value is (239,218,178). Sum of RGB (Red+Green+Blue) = 239+218+178=635 (84% of max value = 765). Red value is 239 (93.75% from 255 or 37.64% from 635); Green value is 218 (85.55% from 255 or 34.33% from 635); Blue value is 178 (69.92% from 255 or 28.03% from 635); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDAB2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFDAB2 is #10254D. Grayscale: #DBDBDB. Windows color (decimal): -1058126 or 11721455. OLE color: 11721455.

HSL color Cylindrical-coordinate representation of color #EFDAB2: hue angle of 39.34º 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 #EFDAB2 is Cyan = 0, Magento = 0.09, Yellow = 0.26 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 218 178 -
CMYK 0 0.09 0.26 0.06
HSL 39.34º 0.66% 0.82% -
HSV(B) 39.34º 0.26% 0.94% -
XYZ 68.7 71.71 52.34 -
YUV 219.72 104.46 141.75 -
System Red Green Blue C M Y K H S L
Decimal 239 218 178 0 0.09 0.26 0.06 39.34 0.66 0.82
Hex EF DA B2 0 9 1A 6 27 42 52
Octal 357 332 262 0 11 32 6 47 102 122
Binary 11101111 11011010 10110010 0 1001 11010 110 100111 1000010 1010010

Color Harmonies of #EFDAB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFDAB2

Black with #EFDAB2

Text Example


Text Example

White with #EFDAB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFDAB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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