#EFDC8B

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

Shades of Buff #EFDC8B

Tints of Buff #EFDC8B

Color information

#EFDC8B (or 0xEFDC8B) is unknown color: approx Buff. HEX triplet: EF, DC and 8B. RGB value is (239,220,139). Sum of RGB (Red+Green+Blue) = 239+220+139=598 (79% of max value = 765). Red value is 239 (93.75% from 255 or 39.97% from 598); Green value is 220 (86.33% from 255 or 36.79% from 598); Blue value is 139 (54.69% from 255 or 23.24% from 598); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDC8B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFDC8B is #102374. Grayscale: #D8D8D8. Windows color (decimal): -1057653 or 9166063. OLE color: 9166063.

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

Color convert

RGB239220139-
CMYK00.080.420.06
HSL48.6º75.76%74.12%-
HSV(B)48.6º41.84%93.73%-
XYZ65.8571.434.74-
YUV216.4584.29144.09-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 39.97%
GREEN value IS 220 (86.33% from 255) = 36.79%
BLUE value IS 139 (54.69% from 255) = 23.24%
R=39.97%
G=36.79%
B=23.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.42
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23922013900.080.420.0648.675.7674.12
HexEFDC8B082A6314c4a
Octal35733421301052661114112
Binary1110111111011100100010110100010101011011000110011001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFDC8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFDC8B; }

 p { color: rgb(239,220,139); }

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

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

 a { background-color: rgb(239,220,139); }

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

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

 span { border-color: rgb(239,220,139); }

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