#EFDC84

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

Shades of Buff #EFDC84

Tints of Buff #EFDC84

Color information

#EFDC84 (or 0xEFDC84) is unknown color: approx Buff. HEX triplet: EF, DC and 84. RGB value is (239,220,132). Sum of RGB (Red+Green+Blue) = 239+220+132=591 (78% of max value = 765). Red value is 239 (93.75% from 255 or 40.44% from 591); Green value is 220 (86.33% from 255 or 37.23% from 591); Blue value is 132 (51.95% from 255 or 22.34% from 591); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDC84 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFDC84 is #10237B. Grayscale: #D8D8D8. Windows color (decimal): -1057660 or 8707311. OLE color: 8707311.

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

Color convert

RGB239220132-
CMYK00.080.450.06
HSL49.35º76.98%72.75%-
HSV(B)49.35º44.77%93.73%-
XYZ65.3571.232.13-
YUV215.6580.79144.66-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 40.44%
GREEN value IS 220 (86.33% from 255) = 37.23%
BLUE value IS 132 (51.95% from 255) = 22.34%
R=40.44%
G=37.23%
B=22.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.45
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23922013200.080.450.0649.3576.9872.75
HexEFDC84082D6314d49
Octal35733420401055661115111
Binary1110111111011100100001000100010110111011000110011011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFDC84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFDC84; }

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

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

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

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

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

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

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

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