#EFD87E

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

Shades of Buff #EFD87E

Tints of Buff #EFD87E

Color information

#EFD87E (or 0xEFD87E) is unknown color: approx Buff. HEX triplet: EF, D8 and 7E. RGB value is (239,216,126). Sum of RGB (Red+Green+Blue) = 239+216+126=581 (76% of max value = 765). Red value is 239 (93.75% from 255 or 41.14% from 581); Green value is 216 (84.77% from 255 or 37.18% from 581); Blue value is 126 (49.61% from 255 or 21.69% from 581); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD87E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFD87E is #102781. Grayscale: #D5D5D5. Windows color (decimal): -1058690 or 8313071. OLE color: 8313071.

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

Color convert

RGB239216126-
CMYK00.100.470.06
HSL47.79º77.93%71.57%-
HSV(B)47.79º47.28%93.73%-
XYZ63.9268.9729.68-
YUV212.6279.12146.82-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 41.14%
GREEN value IS 216 (84.77% from 255) = 37.18%
BLUE value IS 126 (49.61% from 255) = 21.69%
R=41.14%
G=37.18%
B=21.69%

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
Decimal23921612600.100.470.0647.7977.9371.57
HexEFD87E0A2F6304e48
Octal35733017601257660116110
Binary111011111101100011111100101010111111011000010011101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFD87E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFD87E; }

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

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

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

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

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

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

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

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