#EFDB8E

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

Shades of Buff #EFDB8E

Tints of Buff #EFDB8E

Color information

#EFDB8E (or 0xEFDB8E) is unknown color: approx Buff. HEX triplet: EF, DB and 8E. RGB value is (239,219,142). Sum of RGB (Red+Green+Blue) = 239+219+142=600 (79% of max value = 765). Red value is 239 (93.75% from 255 or 39.83% from 600); Green value is 219 (85.94% from 255 or 36.5% from 600); Blue value is 142 (55.86% from 255 or 23.67% from 600); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDB8E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFDB8E is #102471. Grayscale: #D8D8D8. Windows color (decimal): -1057906 or 9362415. OLE color: 9362415.

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

Color convert

RGB239219142-
CMYK00.080.410.06
HSL47.63º75.19%74.71%-
HSV(B)47.63º40.59%93.73%-
XYZ65.8170.9735.82-
YUV216.286.13144.26-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 39.83%
GREEN value IS 219 (85.94% from 255) = 36.5%
BLUE value IS 142 (55.86% from 255) = 23.67%
R=39.83%
G=36.5%
B=23.67%

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
Decimal23921914200.080.410.0647.6375.1974.71
HexEFDB8E08296304b4b
Octal35733321601051660113113
Binary1110111111011011100011100100010100111011000010010111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFDB8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFDB8E; }

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

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

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

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

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

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

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

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