#eddc65

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

Shades of Golden Sand #EDDC65

Tints of Golden Sand #EDDC65

Color information

#EDDC65 (or 0xEDDC65) is unknown color: approx Golden Sand. HEX triplet: ED, DC and 65. RGB value is (237,220,101). Sum of RGB (Red+Green+Blue) = 237+220+101=558 (73% of max value = 765). Red value is 237 (92.97% from 255 or 42.47% from 558); Green value is 220 (86.33% from 255 or 39.43% from 558); Blue value is 101 (39.84% from 255 or 18.10% from 558); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDC65 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDDC65 is #12239A. Grayscale: #D4D4D4. Windows color (decimal): -1188763 or 6675693. OLE color: 6675693.

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

Color convert

RGB237220101-
CMYK00.070.570.07
HSL52.5º79.07%66.27%-
HSV(B)52.5º57.38%92.94%-
XYZ62.8770.1322.54-
YUV211.5265.63146.18-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 42.47%
GREEN value IS 220 (86.33% from 255) = 39.43%
BLUE value IS 101 (39.84% from 255) = 18.10%
R=42.47%
G=39.43%
B=18.10%

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
Decimal23722010100.070.570.0752.579.0766.27
HexEDDC6507397344f42
Octal3553341450771764117102
Binary11101101110111001100101011111100111111010010011111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #eddc65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #eddc65; }

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

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

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

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

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

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

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

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