#EDDD65

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

Shades of Golden Sand #EDDD65

Tints of Golden Sand #EDDD65

Color information

#EDDD65 (or 0xEDDD65) is unknown color: approx Golden Sand. HEX triplet: ED, DD and 65. RGB value is (237,221,101). Sum of RGB (Red+Green+Blue) = 237+221+101=559 (74% of max value = 765). Red value is 237 (92.97% from 255 or 42.40% from 559); Green value is 221 (86.72% from 255 or 39.53% from 559); Blue value is 101 (39.84% from 255 or 18.07% from 559); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDD65 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDDD65 is #12229A. Grayscale: #D4D4D4. Windows color (decimal): -1188507 or 6675949. OLE color: 6675949.

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

Color convert

RGB237221101-
CMYK00.070.570.07
HSL52.94º79.07%66.27%-
HSV(B)52.94º57.38%92.94%-
XYZ63.1370.6622.62-
YUV212.165.3145.76-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 42.40%
GREEN value IS 221 (86.72% from 255) = 39.53%
BLUE value IS 101 (39.84% from 255) = 18.07%
R=42.40%
G=39.53%
B=18.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.57
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23722110100.070.570.0752.9479.0766.27
HexEDDD6507397354f42
Octal3553351450771765117102
Binary11101101110111011100101011111100111111010110011111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDDD65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDDD65; }

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

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

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

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

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

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

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

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