#EFD66D

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

Shades of Golden Sand #EFD66D

Tints of Golden Sand #EFD66D

Color information

#EFD66D (or 0xEFD66D) is unknown color: approx Golden Sand. HEX triplet: EF, D6 and 6D. RGB value is (239,214,109). Sum of RGB (Red+Green+Blue) = 239+214+109=562 (74% of max value = 765). Red value is 239 (93.75% from 255 or 42.53% from 562); Green value is 214 (83.98% from 255 or 38.08% from 562); Blue value is 109 (42.97% from 255 or 19.40% from 562); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD66D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFD66D is #102992. Grayscale: #D1D1D1. Windows color (decimal): -1059219 or 7198447. OLE color: 7198447.

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

Color convert

RGB239214109-
CMYK00.100.540.06
HSL48.46º80.25%68.24%-
HSV(B)48.46º54.39%93.73%-
XYZ62.467.5524.22-
YUV209.571.28149.04-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 42.53%
GREEN value IS 214 (83.98% from 255) = 38.08%
BLUE value IS 109 (42.97% from 255) = 19.40%
R=42.53%
G=38.08%
B=19.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.54
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23921410900.100.540.0648.4680.2568.24
HexEFD66D0A366305044
Octal35732615501266660120104
Binary111011111101011011011010101011011011011000010100001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFD66D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFD66D; }

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

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

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

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

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

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

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

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