#EFD77A

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

Shades of Buff #EFD77A

Tints of Buff #EFD77A

Color information

#EFD77A (or 0xEFD77A) is unknown color: approx Buff. HEX triplet: EF, D7 and 7A. RGB value is (239,215,122). Sum of RGB (Red+Green+Blue) = 239+215+122=576 (76% of max value = 765). Red value is 239 (93.75% from 255 or 41.49% from 576); Green value is 215 (84.38% from 255 or 37.33% from 576); Blue value is 122 (48.05% from 255 or 21.18% from 576); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD77A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFD77A is #102885. Grayscale: #D3D3D3. Windows color (decimal): -1058950 or 8050671. OLE color: 8050671.

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

Color convert

RGB239215122-
CMYK00.100.490.06
HSL47.69º78.52%70.78%-
HSV(B)47.69º48.95%93.73%-
XYZ63.4168.3628.26-
YUV211.5777.45147.56-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 41.49%
GREEN value IS 215 (84.38% from 255) = 37.33%
BLUE value IS 122 (48.05% from 255) = 21.18%
R=41.49%
G=37.33%
B=21.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.49
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23921512200.100.490.0647.6978.5270.78
HexEFD77A0A316304f47
Octal35732717201261660117107
Binary111011111101011111110100101011000111011000010011111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFD77A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFD77A; }

 p { color: rgb(239,215,122); }

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

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

 a { background-color: rgb(239,215,122); }

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

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

 span { border-color: rgb(239,215,122); }

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