#EFD67A

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

Shades of Buff #EFD67A

Tints of Buff #EFD67A

Color information

#EFD67A (or 0xEFD67A) is unknown color: approx Buff. HEX triplet: EF, D6 and 7A. RGB value is (239,214,122). Sum of RGB (Red+Green+Blue) = 239+214+122=575 (76% of max value = 765). Red value is 239 (93.75% from 255 or 41.57% from 575); Green value is 214 (83.98% from 255 or 37.22% from 575); Blue value is 122 (48.05% from 255 or 21.22% from 575); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD67A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFD67A is #102985. Grayscale: #D3D3D3. Windows color (decimal): -1059206 or 8050415. OLE color: 8050415.

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

Color convert

RGB239214122-
CMYK00.100.490.06
HSL47.18º78.52%70.78%-
HSV(B)47.18º48.95%93.73%-
XYZ63.1667.8528.18-
YUV210.9977.78147.98-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 41.57%
GREEN value IS 214 (83.98% from 255) = 37.22%
BLUE value IS 122 (48.05% from 255) = 21.22%
R=41.57%
G=37.22%
B=21.22%

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
Decimal23921412200.100.490.0647.1878.5270.78
HexEFD67A0A3162f4f47
Octal35732617201261657117107
Binary111011111101011011110100101011000111010111110011111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFD67A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFD67A; }

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

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

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

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

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

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

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

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