#EDC56D

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

Shades of Golden Sand #EDC56D

Tints of Golden Sand #EDC56D

Color information

#EDC56D (or 0xEDC56D) is unknown color: approx Golden Sand. HEX triplet: ED, C5 and 6D. RGB value is (237,197,109). Sum of RGB (Red+Green+Blue) = 237+197+109=543 (71% of max value = 765). Red value is 237 (92.97% from 255 or 43.65% from 543); Green value is 197 (77.34% from 255 or 36.28% from 543); Blue value is 109 (42.97% from 255 or 20.07% from 543); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC56D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDC56D is #123A92. Grayscale: #C7C7C7. Windows color (decimal): -1194643 or 7194093. OLE color: 7194093.

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

Color convert

RGB237197109-
CMYK00.170.540.07
HSL41.25º78.05%67.84%-
HSV(B)41.25º54.01%92.94%-
XYZ57.6559.0422.83-
YUV198.9377.25155.16-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 43.65%
GREEN value IS 197 (77.34% from 255) = 36.28%
BLUE value IS 109 (42.97% from 255) = 20.07%
R=43.65%
G=36.28%
B=20.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.54
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23719710900.170.540.0741.2578.0567.84
HexEDC56D011367294e44
Octal35530515502166751116104
Binary1110110111000101110110101000111011011110100110011101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDC56D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDC56D; }

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

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

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

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

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

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

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

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