Html Css Color HEX #EFDAB8 Champagne

📋 copy color: '#EFDAB8'

red 239 ◦ green 218 ◦ blue 184

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

Shades of Champagne #EFDAB8

Tints of Champagne #EFDAB8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 28.71%

R = 37.29%
G = 34.01%
B = 28.71%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.23

 K value IS 0.06

RGB Variations

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

Color information

#EFDAB8 (or 0xEFDAB8) is known color: Champagne. HEX triplet: EF, DA and B8. RGB value is (239,218,184). Sum of RGB (Red+Green+Blue) = 239+218+184=641 (84% of max value = 765). Red value is 239 (93.75% from 255 or 37.29% from 641); Green value is 218 (85.55% from 255 or 34.01% from 641); Blue value is 184 (72.27% from 255 or 28.71% from 641); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDAB8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFDAB8 is #102547. Grayscale: #DCDCDC. Windows color (decimal): -1058120 or 12114671. OLE color: 12114671.

HSL color Cylindrical-coordinate representation of color #EFDAB8: hue angle of 37.09º 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 #EFDAB8 is Cyan = 0, Magento = 0.09, Yellow = 0.23 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 218 184 -
CMYK 0 0.09 0.23 0.06
HSL 37.09º 0.63% 0.83% -
HSV(B) 37.09º 0.23% 0.94% -
XYZ 69.32 71.95 55.58 -
YUV 220.4 107.46 141.26 -
System Red Green Blue C M Y K H S L
Decimal 239 218 184 0 0.09 0.23 0.06 37.09 0.63 0.83
Hex EF DA B8 0 9 17 6 25 3F 53
Octal 357 332 270 0 11 27 6 45 77 123
Binary 11101111 11011010 10111000 0 1001 10111 110 100101 111111 1010011

Color Harmonies of #EFDAB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFDAB8

Black with #EFDAB8

Text Example


Text Example

White with #EFDAB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFDAB8; }

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

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

background-color css

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

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

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

border-color css

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

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

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