#EDCD5E

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

Shades of Golden Sand #EDCD5E

Tints of Golden Sand #EDCD5E

Color information

#EDCD5E (or 0xEDCD5E) is unknown color: approx Golden Sand. HEX triplet: ED, CD and 5E. RGB value is (237,205,94). Sum of RGB (Red+Green+Blue) = 237+205+94=536 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.22% from 536); Green value is 205 (80.47% from 255 or 38.25% from 536); Blue value is 94 (37.11% from 255 or 17.54% from 536); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCD5E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDCD5E is #1232A1. Grayscale: #CACACA. Windows color (decimal): -1192610 or 6213101. OLE color: 6213101.

HSL color Cylindrical-coordinate representation of color #EDCD5E: hue angle of 46.57º degrees, saturation: 0.8, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #EDCD5E is Cyan = 0, Magento = 0.14, Yellow = 0.60 and Black (K on CMYK) = 0.07.

Color convert

RGB23720594-
CMYK00.140.600.07
HSL46.57º79.89%64.9%-
HSV(B)46.57º60.34%92.94%-
XYZ58.7862.4819.55-
YUV201.9167.1153.03-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 44.22%
GREEN value IS 205 (80.47% from 255) = 38.25%
BLUE value IS 94 (37.11% from 255) = 17.54%
R=44.22%
G=38.25%
B=17.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.60
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2372059400.140.600.0746.5779.8964.9
HexEDCD5E0E3C72f5041
Octal35531513601674757120101
Binary111011011100110110111100111011110011110111110100001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDCD5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDCD5E; }

 p { color: rgb(237,205,94); }

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

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

 a { background-color: rgb(237,205,94); }

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

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

 span { border-color: rgb(237,205,94); }

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