Html Css Color HEX #EFDABA Champagne

📋 copy color: '#EFDABA'

red 239 ◦ green 218 ◦ blue 186

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

Shades of Champagne #EFDABA

Tints of Champagne #EFDABA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 28.93%

R = 37.17%
G = 33.9%
B = 28.93%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.22

 K value IS 0.06

RGB Variations

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

Color information

#EFDABA (or 0xEFDABA) is known color: Champagne. HEX triplet: EF, DA and BA. RGB value is (239,218,186). Sum of RGB (Red+Green+Blue) = 239+218+186=643 (85% of max value = 765). Red value is 239 (93.75% from 255 or 37.17% from 643); Green value is 218 (85.55% from 255 or 33.90% from 643); Blue value is 186 (73.05% from 255 or 28.93% from 643); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDABA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFDABA is #102545. Grayscale: #DCDCDC. Windows color (decimal): -1058118 or 12245743. OLE color: 12245743.

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

Color convert

RGB 239 218 186 -
CMYK 0 0.09 0.22 0.06
HSL 36.23º 0.62% 0.83% -
HSV(B) 36.23º 0.22% 0.94% -
XYZ 69.53 72.04 56.69 -
YUV 220.63 108.46 141.1 -
System Red Green Blue C M Y K H S L
Decimal 239 218 186 0 0.09 0.22 0.06 36.23 0.62 0.83
Hex EF DA BA 0 9 16 6 24 3E 53
Octal 357 332 272 0 11 26 6 44 76 123
Binary 11101111 11011010 10111010 0 1001 10110 110 100100 111110 1010011

Color Harmonies of #EFDABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFDABA

Black with #EFDABA

Text Example


Text Example

White with #EFDABA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFDABA; }

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

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

background-color css

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

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

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

border-color css

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

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

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