#EDCA5D

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

Shades of Golden Sand #EDCA5D

Tints of Golden Sand #EDCA5D

Color information

#EDCA5D (or 0xEDCA5D) is unknown color: approx Golden Sand. HEX triplet: ED, CA and 5D. RGB value is (237,202,93). Sum of RGB (Red+Green+Blue) = 237+202+93=532 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.55% from 532); Green value is 202 (79.30% from 255 or 37.97% from 532); Blue value is 93 (36.72% from 255 or 17.48% from 532); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCA5D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDCA5D is #1235A2. Grayscale: #C8C8C8. Windows color (decimal): -1193379 or 6146797. OLE color: 6146797.

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

Color convert

RGB23720293-
CMYK00.150.610.07
HSL45.42º80%64.71%-
HSV(B)45.42º60.76%92.94%-
XYZ58.0261.0419.08-
YUV200.0467.6154.36-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 44.55%
GREEN value IS 202 (79.30% from 255) = 37.97%
BLUE value IS 93 (36.72% from 255) = 17.48%
R=44.55%
G=37.97%
B=17.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.61
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2372029300.150.610.0745.428064.71
HexEDCA5D0F3D72d5041
Octal35531213501775755120101
Binary111011011100101010111010111111110111110110110100001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDCA5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDCA5D; }

 p { color: rgb(237,202,93); }

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

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

 a { background-color: rgb(237,202,93); }

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

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

 span { border-color: rgb(237,202,93); }

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