#EFD46D

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

Shades of Golden Sand #EFD46D

Tints of Golden Sand #EFD46D

Color information

#EFD46D (or 0xEFD46D) is unknown color: approx Golden Sand. HEX triplet: EF, D4 and 6D. RGB value is (239,212,109). Sum of RGB (Red+Green+Blue) = 239+212+109=560 (74% of max value = 765). Red value is 239 (93.75% from 255 or 42.68% from 560); Green value is 212 (83.20% from 255 or 37.86% from 560); Blue value is 109 (42.97% from 255 or 19.46% from 560); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD46D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFD46D is #102B92. Grayscale: #D0D0D0. Windows color (decimal): -1059731 or 7197935. OLE color: 7197935.

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

Color convert

RGB239212109-
CMYK00.110.540.06
HSL47.54º80.25%68.24%-
HSV(B)47.54º54.39%93.73%-
XYZ61.966.5424.05-
YUV208.3371.95149.88-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 42.68%
GREEN value IS 212 (83.20% from 255) = 37.86%
BLUE value IS 109 (42.97% from 255) = 19.46%
R=42.68%
G=37.86%
B=19.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.54
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23921210900.110.540.0647.5480.2568.24
HexEFD46D0B366305044
Octal35732415501366660120104
Binary111011111101010011011010101111011011011000010100001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFD46D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFD46D; }

 p { color: rgb(239,212,109); }

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

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

 a { background-color: rgb(239,212,109); }

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

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

 span { border-color: rgb(239,212,109); }

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