#EFD87F

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

Shades of Buff #EFD87F

Tints of Buff #EFD87F

Color information

#EFD87F (or 0xEFD87F) is unknown color: approx Buff. HEX triplet: EF, D8 and 7F. RGB value is (239,216,127). Sum of RGB (Red+Green+Blue) = 239+216+127=582 (77% of max value = 765). Red value is 239 (93.75% from 255 or 41.07% from 582); Green value is 216 (84.77% from 255 or 37.11% from 582); Blue value is 127 (50% from 255 or 21.82% from 582); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD87F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFD87F is #102780. Grayscale: #D5D5D5. Windows color (decimal): -1058689 or 8378607. OLE color: 8378607.

HSL color Cylindrical-coordinate representation of color #EFD87F: hue angle of 47.68º degrees, saturation: 0.78, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #EFD87F is Cyan = 0, Magento = 0.10, Yellow = 0.47 and Black (K on CMYK) = 0.06.

Color convert

RGB239216127-
CMYK00.100.470.06
HSL47.68º77.78%71.76%-
HSV(B)47.68º46.86%93.73%-
XYZ63.9868.9930.02-
YUV212.7379.62146.74-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 41.07%
GREEN value IS 216 (84.77% from 255) = 37.11%
BLUE value IS 127 (50% from 255) = 21.82%
R=41.07%
G=37.11%
B=21.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.47
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23921612700.100.470.0647.6877.7871.76
HexEFD87F0A2F6304e48
Octal35733017701257660116110
Binary111011111101100011111110101010111111011000010011101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFD87F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFD87F; }

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

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

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

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

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

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

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

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