#EDD665

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

Shades of Golden Sand #EDD665

Tints of Golden Sand #EDD665

Color information

#EDD665 (or 0xEDD665) is unknown color: approx Golden Sand. HEX triplet: ED, D6 and 65. RGB value is (237,214,101). Sum of RGB (Red+Green+Blue) = 237+214+101=552 (73% of max value = 765). Red value is 237 (92.97% from 255 or 42.93% from 552); Green value is 214 (83.98% from 255 or 38.77% from 552); Blue value is 101 (39.84% from 255 or 18.30% from 552); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD665 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDD665 is #12299A. Grayscale: #D0D0D0. Windows color (decimal): -1190299 or 6674157. OLE color: 6674157.

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

Color convert

RGB237214101-
CMYK00.100.570.07
HSL49.85º79.07%66.27%-
HSV(B)49.85º57.38%92.94%-
XYZ61.3267.0422.02-
YUV20867.62148.69-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 42.93%
GREEN value IS 214 (83.98% from 255) = 38.77%
BLUE value IS 101 (39.84% from 255) = 18.30%
R=42.93%
G=38.77%
B=18.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.57
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23721410100.100.570.0749.8579.0766.27
HexEDD6650A397324f42
Octal35532614501271762117102
Binary111011011101011011001010101011100111111001010011111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDD665

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDD665; }

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

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

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

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

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

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

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

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