#EFD884

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

Shades of Buff #EFD884

Tints of Buff #EFD884

Color information

#EFD884 (or 0xEFD884) is unknown color: approx Buff. HEX triplet: EF, D8 and 84. RGB value is (239,216,132). Sum of RGB (Red+Green+Blue) = 239+216+132=587 (77% of max value = 765). Red value is 239 (93.75% from 255 or 40.72% from 587); Green value is 216 (84.77% from 255 or 36.80% from 587); Blue value is 132 (51.95% from 255 or 22.49% from 587); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD884 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFD884 is #10277B. Grayscale: #D5D5D5. Windows color (decimal): -1058684 or 8706287. OLE color: 8706287.

HSL color Cylindrical-coordinate representation of color #EFD884: hue angle of 47.1º 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 #EFD884 is Cyan = 0, Magento = 0.10, Yellow = 0.45 and Black (K on CMYK) = 0.06.

Color convert

RGB239216132-
CMYK00.100.450.06
HSL47.1º76.98%72.75%-
HSV(B)47.1º44.77%93.73%-
XYZ64.3269.1331.78-
YUV213.382.12146.33-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 40.72%
GREEN value IS 216 (84.77% from 255) = 36.80%
BLUE value IS 132 (51.95% from 255) = 22.49%
R=40.72%
G=36.80%
B=22.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.45
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23921613200.100.450.0647.176.9872.75
HexEFD8840A2D62f4d49
Octal35733020401255657115111
Binary1110111111011000100001000101010110111010111110011011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFD884

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFD884; }

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

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

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

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

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

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

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

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