#EFD681

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

Shades of Buff #EFD681

Tints of Buff #EFD681

Color information

#EFD681 (or 0xEFD681) is unknown color: approx Buff. HEX triplet: EF, D6 and 81. RGB value is (239,214,129). Sum of RGB (Red+Green+Blue) = 239+214+129=582 (77% of max value = 765). Red value is 239 (93.75% from 255 or 41.07% from 582); Green value is 214 (83.98% from 255 or 36.77% from 582); Blue value is 129 (50.78% from 255 or 22.16% from 582); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD681 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFD681 is #10297E. Grayscale: #D4D4D4. Windows color (decimal): -1059199 or 8509167. OLE color: 8509167.

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

Color convert

RGB239214129-
CMYK00.100.460.06
HSL46.36º77.46%72.16%-
HSV(B)46.36º46.03%93.73%-
XYZ63.6168.0330.55-
YUV211.7881.28147.41-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 41.07%
GREEN value IS 214 (83.98% from 255) = 36.77%
BLUE value IS 129 (50.78% from 255) = 22.16%
R=41.07%
G=36.77%
B=22.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.46
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23921412900.100.460.0646.3677.4672.16
HexEFD6810A2E62e4d48
Octal35732620101256656115110
Binary1110111111010110100000010101010111011010111010011011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFD681

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFD681; }

 p { color: rgb(239,214,129); }

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

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

 a { background-color: rgb(239,214,129); }

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

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

 span { border-color: rgb(239,214,129); }

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