#EFD77E

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

Shades of Buff #EFD77E

Tints of Buff #EFD77E

Color information

#EFD77E (or 0xEFD77E) is unknown color: approx Buff. HEX triplet: EF, D7 and 7E. RGB value is (239,215,126). Sum of RGB (Red+Green+Blue) = 239+215+126=580 (76% of max value = 765). Red value is 239 (93.75% from 255 or 41.21% from 580); Green value is 215 (84.38% from 255 or 37.07% from 580); Blue value is 126 (49.61% from 255 or 21.72% from 580); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD77E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFD77E is #102881. Grayscale: #D4D4D4. Windows color (decimal): -1058946 or 8312815. OLE color: 8312815.

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

Color convert

RGB239215126-
CMYK00.100.470.06
HSL47.26º77.93%71.57%-
HSV(B)47.26º47.28%93.73%-
XYZ63.6668.4629.6-
YUV212.0379.45147.24-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 41.21%
GREEN value IS 215 (84.38% from 255) = 37.07%
BLUE value IS 126 (49.61% from 255) = 21.72%
R=41.21%
G=37.07%
B=21.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.47
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23921512600.100.470.0647.2677.9371.57
HexEFD77E0A2F62f4e48
Octal35732717601257657116110
Binary111011111101011111111100101010111111010111110011101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFD77E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFD77E; }

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

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

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

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

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

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

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

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