#EDD66E

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

Shades of Golden Sand #EDD66E

Tints of Golden Sand #EDD66E

Color information

#EDD66E (or 0xEDD66E) is unknown color: approx Golden Sand. HEX triplet: ED, D6 and 6E. RGB value is (237,214,110). Sum of RGB (Red+Green+Blue) = 237+214+110=561 (74% of max value = 765). Red value is 237 (92.97% from 255 or 42.25% from 561); Green value is 214 (83.98% from 255 or 38.15% from 561); Blue value is 110 (43.36% from 255 or 19.61% from 561); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD66E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDD66E is #122991. Grayscale: #D1D1D1. Windows color (decimal): -1190290 or 7263981. OLE color: 7263981.

HSL color Cylindrical-coordinate representation of color #EDD66E: hue angle of 49.13º degrees, saturation: 0.78, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #EDD66E is Cyan = 0, Magento = 0.10, Yellow = 0.54 and Black (K on CMYK) = 0.07.

Color convert

RGB237214110-
CMYK00.100.540.07
HSL49.13º77.91%68.04%-
HSV(B)49.13º53.59%92.94%-
XYZ61.7967.2224.47-
YUV209.0272.12147.96-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 42.25%
GREEN value IS 214 (83.98% from 255) = 38.15%
BLUE value IS 110 (43.36% from 255) = 19.61%
R=42.25%
G=38.15%
B=19.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.54
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23721411000.100.540.0749.1377.9168.04
HexEDD66E0A367314e44
Octal35532615601266761116104
Binary111011011101011011011100101011011011111000110011101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDD66E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDD66E; }

 p { color: rgb(237,214,110); }

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

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

 a { background-color: rgb(237,214,110); }

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

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

 span { border-color: rgb(237,214,110); }

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