Html Css Color HEX #EFDAAF Champagne

📋 copy color: '#EFDAAF'

red 239 ◦ green 218 ◦ blue 175

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

Shades of Champagne #EFDAAF

Tints of Champagne #EFDAAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 27.69%

R = 37.82%
G = 34.49%
B = 27.69%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.27

 K value IS 0.06

RGB Variations

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

Color information

#EFDAAF (or 0xEFDAAF) is known color: Champagne. HEX triplet: EF, DA and AF. RGB value is (239,218,175). Sum of RGB (Red+Green+Blue) = 239+218+175=632 (83% of max value = 765). Red value is 239 (93.75% from 255 or 37.82% from 632); Green value is 218 (85.55% from 255 or 34.49% from 632); Blue value is 175 (68.75% from 255 or 27.69% from 632); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDAAF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFDAAF is #102550. Grayscale: #DBDBDB. Windows color (decimal): -1058129 or 11524847. OLE color: 11524847.

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

Color convert

RGB 239 218 175 -
CMYK 0 0.09 0.27 0.06
HSL 40.31º 0.67% 0.81% -
HSV(B) 40.31º 0.27% 0.94% -
XYZ 68.41 71.59 50.77 -
YUV 219.38 102.96 142 -
System Red Green Blue C M Y K H S L
Decimal 239 218 175 0 0.09 0.27 0.06 40.31 0.67 0.81
Hex EF DA AF 0 9 1B 6 28 43 51
Octal 357 332 257 0 11 33 6 50 103 121
Binary 11101111 11011010 10101111 0 1001 11011 110 101000 1000011 1010001

Color Harmonies of #EFDAAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFDAAF

Black with #EFDAAF

Text Example


Text Example

White with #EFDAAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFDAAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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