#EFD68E

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

Shades of Buff #EFD68E

Tints of Buff #EFD68E

Color information

#EFD68E (or 0xEFD68E) is unknown color: approx Buff. HEX triplet: EF, D6 and 8E. RGB value is (239,214,142). Sum of RGB (Red+Green+Blue) = 239+214+142=595 (78% of max value = 765). Red value is 239 (93.75% from 255 or 40.17% from 595); Green value is 214 (83.98% from 255 or 35.97% from 595); Blue value is 142 (55.86% from 255 or 23.87% from 595); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD68E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFD68E is #102971. Grayscale: #D5D5D5. Windows color (decimal): -1059186 or 9361135. OLE color: 9361135.

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

Color convert

RGB239214142-
CMYK00.100.410.06
HSL44.54º75.19%74.71%-
HSV(B)44.54º40.59%93.73%-
XYZ64.5368.435.39-
YUV213.2787.78146.35-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 40.17%
GREEN value IS 214 (83.98% from 255) = 35.97%
BLUE value IS 142 (55.86% from 255) = 23.87%
R=40.17%
G=35.97%
B=23.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.41
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23921414200.100.410.0644.5475.1974.71
HexEFD68E0A2962d4b4b
Octal35732621601251655113113
Binary1110111111010110100011100101010100111010110110010111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFD68E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFD68E; }

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

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

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

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

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

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

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

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