#EFD67E

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

Shades of Buff #EFD67E

Tints of Buff #EFD67E

Color information

#EFD67E (or 0xEFD67E) is unknown color: approx Buff. HEX triplet: EF, D6 and 7E. RGB value is (239,214,126). Sum of RGB (Red+Green+Blue) = 239+214+126=579 (76% of max value = 765). Red value is 239 (93.75% from 255 or 41.28% from 579); Green value is 214 (83.98% from 255 or 36.96% from 579); Blue value is 126 (49.61% from 255 or 21.76% from 579); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD67E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFD67E is #102981. Grayscale: #D3D3D3. Windows color (decimal): -1059202 or 8312559. OLE color: 8312559.

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

Color convert

RGB239214126-
CMYK00.100.470.06
HSL46.73º77.93%71.57%-
HSV(B)46.73º47.28%93.73%-
XYZ63.4167.9529.51-
YUV211.4479.78147.66-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 41.28%
GREEN value IS 214 (83.98% from 255) = 36.96%
BLUE value IS 126 (49.61% from 255) = 21.76%
R=41.28%
G=36.96%
B=21.76%

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
Decimal23921412600.100.470.0646.7377.9371.57
HexEFD67E0A2F62f4e48
Octal35732617601257657116110
Binary111011111101011011111100101010111111010111110011101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFD67E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFD67E; }

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

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

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

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

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

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

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

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