Html Css Color HEX #EFDAB4 Champagne

📋 copy color: '#EFDAB4'

red 239 ◦ green 218 ◦ blue 180

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

Shades of Champagne #EFDAB4

Tints of Champagne #EFDAB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 28.26%

R = 37.52%
G = 34.22%
B = 28.26%

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

#EFDAB4 (or 0xEFDAB4) is known color: Champagne. HEX triplet: EF, DA and B4. RGB value is (239,218,180). Sum of RGB (Red+Green+Blue) = 239+218+180=637 (84% of max value = 765). Red value is 239 (93.75% from 255 or 37.52% from 637); Green value is 218 (85.55% from 255 or 34.22% from 637); Blue value is 180 (70.70% from 255 or 28.26% from 637); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDAB4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFDAB4 is #10254B. Grayscale: #DCDCDC. Windows color (decimal): -1058124 or 11852527. OLE color: 11852527.

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

Color convert

RGB 239 218 180 -
CMYK 0 0.09 0.25 0.06
HSL 38.64º 0.65% 0.82% -
HSV(B) 38.64º 0.25% 0.94% -
XYZ 68.91 71.79 53.4 -
YUV 219.95 105.46 141.59 -
System Red Green Blue C M Y K H S L
Decimal 239 218 180 0 0.09 0.25 0.06 38.64 0.65 0.82
Hex EF DA B4 0 9 19 6 27 41 52
Octal 357 332 264 0 11 31 6 47 101 122
Binary 11101111 11011010 10110100 0 1001 11001 110 100111 1000001 1010010

Color Harmonies of #EFDAB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFDAB4

Black with #EFDAB4

Text Example


Text Example

White with #EFDAB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFDAB4; }

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

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

background-color css

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

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

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

border-color css

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

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

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