#EFDA79

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

Shades of Buff #EFDA79

Tints of Buff #EFDA79

Color information

#EFDA79 (or 0xEFDA79) is unknown color: approx Buff. HEX triplet: EF, DA and 79. RGB value is (239,218,121). Sum of RGB (Red+Green+Blue) = 239+218+121=578 (76% of max value = 765). Red value is 239 (93.75% from 255 or 41.35% from 578); Green value is 218 (85.55% from 255 or 37.72% from 578); Blue value is 121 (47.66% from 255 or 20.93% from 578); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDA79 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFDA79 is #102586. Grayscale: #D5D5D5. Windows color (decimal): -1058183 or 7985903. OLE color: 7985903.

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

Color convert

RGB239218121-
CMYK00.090.490.06
HSL49.32º78.67%70.59%-
HSV(B)49.32º49.37%93.73%-
XYZ64.1269.8728.2-
YUV213.2275.96146.39-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 41.35%
GREEN value IS 218 (85.55% from 255) = 37.72%
BLUE value IS 121 (47.66% from 255) = 20.93%
R=41.35%
G=37.72%
B=20.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.49
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23921812100.090.490.0649.3278.6770.59
HexEFDA7909316314f47
Octal35733217101161661117107
Binary111011111101101011110010100111000111011000110011111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFDA79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFDA79; }

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

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

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

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

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

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

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

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