#efd985

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

Shades of Buff #EFD985

Tints of Buff #EFD985

Color information

#EFD985 (or 0xEFD985) is unknown color: approx Buff. HEX triplet: EF, D9 and 85. RGB value is (239,217,133). Sum of RGB (Red+Green+Blue) = 239+217+133=589 (78% of max value = 765). Red value is 239 (93.75% from 255 or 40.58% from 589); Green value is 217 (85.16% from 255 or 36.84% from 589); Blue value is 133 (52.34% from 255 or 22.58% from 589); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD985 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFD985 is #10267A. Grayscale: #D6D6D6. Windows color (decimal): -1058427 or 8772079. OLE color: 8772079.

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

Color convert

RGB239217133-
CMYK00.090.440.06
HSL47.55º76.81%72.94%-
HSV(B)47.55º44.35%93.73%-
XYZ64.6469.6732.23-
YUV21482.29145.83-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 40.58%
GREEN value IS 217 (85.16% from 255) = 36.84%
BLUE value IS 133 (52.34% from 255) = 22.58%
R=40.58%
G=36.84%
B=22.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.44
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23921713300.090.440.0647.5576.8172.94
HexEFD985092C6304d49
Octal35733120501154660115111
Binary1110111111011001100001010100110110011011000010011011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #efd985

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #efd985; }

 p { color: rgb(239,217,133); }

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

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

 a { background-color: rgb(239,217,133); }

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

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

 span { border-color: rgb(239,217,133); }

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