#EDD664

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

Shades of Golden Sand #EDD664

Tints of Golden Sand #EDD664

Color information

#EDD664 (or 0xEDD664) is unknown color: approx Golden Sand. HEX triplet: ED, D6 and 64. RGB value is (237,214,100). Sum of RGB (Red+Green+Blue) = 237+214+100=551 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.01% from 551); Green value is 214 (83.98% from 255 or 38.84% from 551); Blue value is 100 (39.45% from 255 or 18.15% from 551); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD664 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDD664 is #12299B. Grayscale: #D0D0D0. Windows color (decimal): -1190300 or 6608621. OLE color: 6608621.

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

Color convert

RGB237214100-
CMYK00.100.580.07
HSL49.93º79.19%66.08%-
HSV(B)49.93º57.81%92.94%-
XYZ61.2767.0221.76-
YUV207.8867.12148.77-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 43.01%
GREEN value IS 214 (83.98% from 255) = 38.84%
BLUE value IS 100 (39.45% from 255) = 18.15%
R=43.01%
G=38.84%
B=18.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.58
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23721410000.100.580.0749.9379.1966.08
HexEDD6640A3A7324f42
Octal35532614401272762117102
Binary111011011101011011001000101011101011111001010011111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDD664

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDD664; }

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

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

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

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

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

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

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

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