#EDD66D

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

Shades of Golden Sand #EDD66D

Tints of Golden Sand #EDD66D

Color information

#EDD66D (or 0xEDD66D) is unknown color: approx Golden Sand. HEX triplet: ED, D6 and 6D. RGB value is (237,214,109). Sum of RGB (Red+Green+Blue) = 237+214+109=560 (74% of max value = 765). Red value is 237 (92.97% from 255 or 42.32% from 560); Green value is 214 (83.98% from 255 or 38.21% from 560); Blue value is 109 (42.97% from 255 or 19.46% from 560); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD66D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDD66D is #122992. Grayscale: #D1D1D1. Windows color (decimal): -1190291 or 7198445. OLE color: 7198445.

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

Color convert

RGB237214109-
CMYK00.100.540.07
HSL49.22º78.05%67.84%-
HSV(B)49.22º54.01%92.94%-
XYZ61.7367.224.19-
YUV208.9171.62148.04-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 42.32%
GREEN value IS 214 (83.98% from 255) = 38.21%
BLUE value IS 109 (42.97% from 255) = 19.46%
R=42.32%
G=38.21%
B=19.46%

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
Decimal23721410900.100.540.0749.2278.0567.84
HexEDD66D0A367314e44
Octal35532615501266761116104
Binary111011011101011011011010101011011011111000110011101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDD66D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDD66D; }

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

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

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

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

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

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

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

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