#EDCD64

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

Shades of Golden Sand #EDCD64

Tints of Golden Sand #EDCD64

Color information

#EDCD64 (or 0xEDCD64) is unknown color: approx Golden Sand. HEX triplet: ED, CD and 64. RGB value is (237,205,100). Sum of RGB (Red+Green+Blue) = 237+205+100=542 (71% of max value = 765). Red value is 237 (92.97% from 255 or 43.73% from 542); Green value is 205 (80.47% from 255 or 37.82% from 542); Blue value is 100 (39.45% from 255 or 18.45% from 542); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCD64 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDCD64 is #12329B. Grayscale: #CBCBCB. Windows color (decimal): -1192604 or 6606317. OLE color: 6606317.

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

Color convert

RGB237205100-
CMYK00.140.580.07
HSL45.99º79.19%66.08%-
HSV(B)45.99º57.81%92.94%-
XYZ59.0662.5921.02-
YUV202.670.1152.54-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 43.73%
GREEN value IS 205 (80.47% from 255) = 37.82%
BLUE value IS 100 (39.45% from 255) = 18.45%
R=43.73%
G=37.82%
B=18.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.58
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23720510000.140.580.0745.9979.1966.08
HexEDCD640E3A72e4f42
Octal35531514401672756117102
Binary111011011100110111001000111011101011110111010011111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDCD64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDCD64; }

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

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

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

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

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

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

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

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