#efd86b

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

Shades of Golden Sand #EFD86B

Tints of Golden Sand #EFD86B

Color information

#EFD86B (or 0xEFD86B) is unknown color: approx Golden Sand. HEX triplet: EF, D8 and 6B. RGB value is (239,216,107). Sum of RGB (Red+Green+Blue) = 239+216+107=562 (74% of max value = 765). Red value is 239 (93.75% from 255 or 42.53% from 562); Green value is 216 (84.77% from 255 or 38.43% from 562); Blue value is 107 (42.19% from 255 or 19.04% from 562); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD86B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFD86B is #102794. Grayscale: #D2D2D2. Windows color (decimal): -1058709 or 7067887. OLE color: 7067887.

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

Color convert

RGB239216107-
CMYK00.100.550.06
HSL49.55º80.49%67.84%-
HSV(B)49.55º55.23%93.73%-
XYZ62.8168.5223.83-
YUV210.4569.62148.36-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 42.53%
GREEN value IS 216 (84.77% from 255) = 38.43%
BLUE value IS 107 (42.19% from 255) = 19.04%
R=42.53%
G=38.43%
B=19.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.55
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23921610700.100.550.0649.5580.4967.84
HexEFD86B0A376325044
Octal35733015301267662120104
Binary111011111101100011010110101011011111011001010100001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #efd86b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #efd86b; }

 p { color: rgb(239,216,107); }

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

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

 a { background-color: rgb(239,216,107); }

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

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

 span { border-color: rgb(239,216,107); }

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