#efc86f

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

Shades of Golden Sand #EFC86F

Tints of Golden Sand #EFC86F

Color information

#EFC86F (or 0xEFC86F) is unknown color: approx Golden Sand. HEX triplet: EF, C8 and 6F. RGB value is (239,200,111). Sum of RGB (Red+Green+Blue) = 239+200+111=550 (72% of max value = 765). Red value is 239 (93.75% from 255 or 43.45% from 550); Green value is 200 (78.52% from 255 or 36.36% from 550); Blue value is 111 (43.75% from 255 or 20.18% from 550); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC86F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFC86F is #103790. Grayscale: #C9C9C9. Windows color (decimal): -1062801 or 7325935. OLE color: 7325935.

HSL color Cylindrical-coordinate representation of color #EFC86F: hue angle of 41.72º degrees, saturation: 0.8, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #EFC86F is Cyan = 0, Magento = 0.16, Yellow = 0.54 and Black (K on CMYK) = 0.06.

Color convert

RGB239200111-
CMYK00.160.540.06
HSL41.72º80%68.63%-
HSV(B)41.72º53.56%93.73%-
XYZ59.1260.8123.66-
YUV201.5276.92154.74-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 43.45%
GREEN value IS 200 (78.52% from 255) = 36.36%
BLUE value IS 111 (43.75% from 255) = 20.18%
R=43.45%
G=36.36%
B=20.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.54
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23920011100.160.540.0641.728068.63
HexEFC86F0103662a5045
Octal35731015702066652120105
Binary1110111111001000110111101000011011011010101010100001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #efc86f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #efc86f; }

 p { color: rgb(239,200,111); }

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

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

 a { background-color: rgb(239,200,111); }

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

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

 span { border-color: rgb(239,200,111); }

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