#EFD87A

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

Shades of Buff #EFD87A

Tints of Buff #EFD87A

Color information

#EFD87A (or 0xEFD87A) is unknown color: approx Buff. HEX triplet: EF, D8 and 7A. RGB value is (239,216,122). Sum of RGB (Red+Green+Blue) = 239+216+122=577 (76% of max value = 765). Red value is 239 (93.75% from 255 or 41.42% from 577); Green value is 216 (84.77% from 255 or 37.44% from 577); Blue value is 122 (48.05% from 255 or 21.14% from 577); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD87A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFD87A is #102785. Grayscale: #D4D4D4. Windows color (decimal): -1058694 or 8050927. OLE color: 8050927.

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

Color convert

RGB239216122-
CMYK00.100.490.06
HSL48.21º78.52%70.78%-
HSV(B)48.21º48.95%93.73%-
XYZ63.6768.8728.35-
YUV212.1677.12147.14-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 41.42%
GREEN value IS 216 (84.77% from 255) = 37.44%
BLUE value IS 122 (48.05% from 255) = 21.14%
R=41.42%
G=37.44%
B=21.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.49
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23921612200.100.490.0648.2178.5270.78
HexEFD87A0A316304f47
Octal35733017201261660117107
Binary111011111101100011110100101011000111011000010011111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFD87A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFD87A; }

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

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

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

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

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

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

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

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