Html Css Color HEX #EFDAB0 Champagne

📋 copy color: '#EFDAB0'

red 239 ◦ green 218 ◦ blue 176

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

Shades of Champagne #EFDAB0

Tints of Champagne #EFDAB0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 27.8%

R = 37.76%
G = 34.44%
B = 27.8%

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

#EFDAB0 (or 0xEFDAB0) is known color: Champagne. HEX triplet: EF, DA and B0. RGB value is (239,218,176). Sum of RGB (Red+Green+Blue) = 239+218+176=633 (83% of max value = 765). Red value is 239 (93.75% from 255 or 37.76% from 633); Green value is 218 (85.55% from 255 or 34.44% from 633); Blue value is 176 (69.14% from 255 or 27.80% from 633); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDAB0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFDAB0 is #10254F. Grayscale: #DBDBDB. Windows color (decimal): -1058128 or 11590383. OLE color: 11590383.

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

Color convert

RGB 239 218 176 -
CMYK 0 0.09 0.26 0.06
HSL 40º 0.66% 0.81% -
HSV(B) 40º 0.26% 0.94% -
XYZ 68.5 71.63 51.29 -
YUV 219.49 103.46 141.92 -
System Red Green Blue C M Y K H S L
Decimal 239 218 176 0 0.09 0.26 0.06 40 0.66 0.81
Hex EF DA B0 0 9 1A 6 28 42 51
Octal 357 332 260 0 11 32 6 50 102 121
Binary 11101111 11011010 10110000 0 1001 11010 110 101000 1000010 1010001

Color Harmonies of #EFDAB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFDAB0

Black with #EFDAB0

Text Example


Text Example

White with #EFDAB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFDAB0; }

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

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

background-color css

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

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

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

border-color css

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

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

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