#EFDA82

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

Shades of Buff #EFDA82

Tints of Buff #EFDA82

Color information

#EFDA82 (or 0xEFDA82) is unknown color: approx Buff. HEX triplet: EF, DA and 82. RGB value is (239,218,130). Sum of RGB (Red+Green+Blue) = 239+218+130=587 (77% of max value = 765). Red value is 239 (93.75% from 255 or 40.72% from 587); Green value is 218 (85.55% from 255 or 37.14% from 587); Blue value is 130 (51.17% from 255 or 22.15% from 587); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDA82 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFDA82 is #10257D. Grayscale: #D6D6D6. Windows color (decimal): -1058174 or 8575727. OLE color: 8575727.

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

Color convert

RGB239218130-
CMYK00.090.460.06
HSL48.44º77.3%72.35%-
HSV(B)48.44º45.61%93.73%-
XYZ64.770.1131.24-
YUV214.2580.46145.66-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 40.72%
GREEN value IS 218 (85.55% from 255) = 37.14%
BLUE value IS 130 (51.17% from 255) = 22.15%
R=40.72%
G=37.14%
B=22.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.46
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23921813000.090.460.0648.4477.372.35
HexEFDA82092E6304d48
Octal35733220201156660115110
Binary1110111111011010100000100100110111011011000010011011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFDA82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFDA82; }

 p { color: rgb(239,218,130); }

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

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

 a { background-color: rgb(239,218,130); }

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

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

 span { border-color: rgb(239,218,130); }

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