Html Css Color HEX #EFDBB9 Champagne

📋 copy color: '#EFDBB9'

red 239 ◦ green 219 ◦ blue 185

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

Shades of Champagne #EFDBB9

Tints of Champagne #EFDBB9

RGB

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

 GREEN value IS 219 (85.94% from 255) = 34.06%

 BLUE value IS 185 (72.66% from 255) = 28.77%

R = 37.17%
G = 34.06%
B = 28.77%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.23

 K value IS 0.06

RGB Variations

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

Color information

#EFDBB9 (or 0xEFDBB9) is known color: Champagne. HEX triplet: EF, DB and B9. RGB value is (239,219,185). Sum of RGB (Red+Green+Blue) = 239+219+185=643 (85% of max value = 765). Red value is 239 (93.75% from 255 or 37.17% from 643); Green value is 219 (85.94% from 255 or 34.06% from 643); Blue value is 185 (72.66% from 255 or 28.77% from 643); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDBB9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFDBB9 is #102446. Grayscale: #DDDDDD. Windows color (decimal): -1057863 or 12180463. OLE color: 12180463.

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

Color convert

RGB 239 219 185 -
CMYK 0 0.08 0.23 0.06
HSL 37.78º 0.63% 0.83% -
HSV(B) 37.78º 0.23% 0.94% -
XYZ 69.69 72.52 56.22 -
YUV 221.1 107.63 140.76 -
System Red Green Blue C M Y K H S L
Decimal 239 219 185 0 0.08 0.23 0.06 37.78 0.63 0.83
Hex EF DB B9 0 8 17 6 26 3F 53
Octal 357 333 271 0 10 27 6 46 77 123
Binary 11101111 11011011 10111001 0 1000 10111 110 100110 111111 1010011

Color Harmonies of #EFDBB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFDBB9

Black with #EFDBB9

Text Example


Text Example

White with #EFDBB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFDBB9; }

 p { color: rgb(239,219,185); }

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

background-color css

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

 a { background-color: rgb(239,219,185); }

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

border-color css

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

 span { border-color: rgb(239,219,185); }

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