#EFDA8F

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

Shades of Buff #EFDA8F

Tints of Buff #EFDA8F

Color information

#EFDA8F (or 0xEFDA8F) is unknown color: approx Buff. HEX triplet: EF, DA and 8F. RGB value is (239,218,143). Sum of RGB (Red+Green+Blue) = 239+218+143=600 (79% of max value = 765). Red value is 239 (93.75% from 255 or 39.83% from 600); Green value is 218 (85.55% from 255 or 36.33% from 600); Blue value is 143 (56.25% from 255 or 23.83% from 600); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDA8F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFDA8F is #102570. Grayscale: #D8D8D8. Windows color (decimal): -1058161 or 9427695. OLE color: 9427695.

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

Color convert

RGB239218143-
CMYK00.090.400.06
HSL46.88º75%74.9%-
HSV(B)46.88º40.17%93.73%-
XYZ65.6370.4836.13-
YUV215.7386.96144.6-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 39.83%
GREEN value IS 218 (85.55% from 255) = 36.33%
BLUE value IS 143 (56.25% from 255) = 23.83%
R=39.83%
G=36.33%
B=23.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.40
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23921814300.090.400.0646.887574.9
HexEFDA8F092862f4b4b
Octal35733221701150657113113
Binary1110111111011010100011110100110100011010111110010111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFDA8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFDA8F; }

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

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

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

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

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

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

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

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