Html Css Color HEX #EFDBB5 Champagne

📋 copy color: '#EFDBB5'

red 239 ◦ green 219 ◦ blue 181

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

Shades of Champagne #EFDBB5

Tints of Champagne #EFDBB5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 28.33%

R = 37.4%
G = 34.27%
B = 28.33%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.24

 K value IS 0.06

RGB Variations

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

Color information

#EFDBB5 (or 0xEFDBB5) is known color: Champagne. HEX triplet: EF, DB and B5. RGB value is (239,219,181). Sum of RGB (Red+Green+Blue) = 239+219+181=639 (84% of max value = 765). Red value is 239 (93.75% from 255 or 37.40% from 639); Green value is 219 (85.94% from 255 or 34.27% from 639); Blue value is 181 (71.09% from 255 or 28.33% from 639); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDBB5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFDBB5 is #10244A. Grayscale: #DCDCDC. Windows color (decimal): -1057867 or 11918319. OLE color: 11918319.

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

Color convert

RGB 239 219 181 -
CMYK 0 0.08 0.24 0.06
HSL 39.31º 0.64% 0.82% -
HSV(B) 39.31º 0.24% 0.94% -
XYZ 69.27 72.35 54.03 -
YUV 220.65 105.63 141.09 -
System Red Green Blue C M Y K H S L
Decimal 239 219 181 0 0.08 0.24 0.06 39.31 0.64 0.82
Hex EF DB B5 0 8 18 6 27 40 52
Octal 357 333 265 0 10 30 6 47 100 122
Binary 11101111 11011011 10110101 0 1000 11000 110 100111 1000000 1010010

Color Harmonies of #EFDBB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFDBB5

Black with #EFDBB5

Text Example


Text Example

White with #EFDBB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFDBB5; }

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

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

background-color css

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

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

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

border-color css

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

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

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