#EFDB8C

Color #EFDB8C Buff (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Buff #EFDB8C

Tints of Buff #EFDB8C

Color information

#EFDB8C (or 0xEFDB8C) is unknown color: approx Buff. HEX triplet: EF, DB and 8C. RGB value is (239,219,140). Sum of RGB (Red+Green+Blue) = 239+219+140=598 (79% of max value = 765). Red value is 239 (93.75% from 255 or 39.97% from 598); Green value is 219 (85.94% from 255 or 36.62% from 598); Blue value is 140 (55.08% from 255 or 23.41% from 598); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDB8C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFDB8C is #102473. Grayscale: #D8D8D8. Windows color (decimal): -1057908 or 9231343. OLE color: 9231343.

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

Color convert

RGB239219140-
CMYK00.080.410.06
HSL47.88º75.57%74.31%-
HSV(B)47.88º41.42%93.73%-
XYZ65.6670.9135.04-
YUV215.9785.13144.42-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 39.97%
GREEN value IS 219 (85.94% from 255) = 36.62%
BLUE value IS 140 (55.08% from 255) = 23.41%
R=39.97%
G=36.62%
B=23.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.41
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23921914000.080.410.0647.8875.5774.31
HexEFDB8C08296304c4a
Octal35733321401051660114112
Binary1110111111011011100011000100010100111011000010011001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFDB8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFDB8C; }

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

 H1.HeaderClassName
 {
   color: #EFDB8C;
 }
 .AnyTagClassName
 {
   color: #EFDB8C;
 }
</style>
background-color css

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

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

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

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

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

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