Html Css Color HEX #EFDAB3 Champagne

📋 copy color: '#EFDAB3'

red 239 ◦ green 218 ◦ blue 179

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

Shades of Champagne #EFDAB3

Tints of Champagne #EFDAB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 28.14%

R = 37.58%
G = 34.28%
B = 28.14%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.25

 K value IS 0.06

RGB Variations

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

Color information

#EFDAB3 (or 0xEFDAB3) is known color: Champagne. HEX triplet: EF, DA and B3. RGB value is (239,218,179). Sum of RGB (Red+Green+Blue) = 239+218+179=636 (84% of max value = 765). Red value is 239 (93.75% from 255 or 37.58% from 636); Green value is 218 (85.55% from 255 or 34.28% from 636); Blue value is 179 (70.31% from 255 or 28.14% from 636); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDAB3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFDAB3 is #10254C. Grayscale: #DCDCDC. Windows color (decimal): -1058125 or 11786991. OLE color: 11786991.

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

Color convert

RGB 239 218 179 -
CMYK 0 0.09 0.25 0.06
HSL 39º 0.65% 0.82% -
HSV(B) 39º 0.25% 0.94% -
XYZ 68.8 71.75 52.87 -
YUV 219.83 104.96 141.67 -
System Red Green Blue C M Y K H S L
Decimal 239 218 179 0 0.09 0.25 0.06 39 0.65 0.82
Hex EF DA B3 0 9 19 6 27 41 52
Octal 357 332 263 0 11 31 6 47 101 122
Binary 11101111 11011010 10110011 0 1001 11001 110 100111 1000001 1010010

Color Harmonies of #EFDAB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFDAB3

Black with #EFDAB3

Text Example


Text Example

White with #EFDAB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFDAB3; }

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

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

background-color css

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

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

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

border-color css

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

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

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