#EDCB5D

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

Shades of Golden Sand #EDCB5D

Tints of Golden Sand #EDCB5D

Color information

#EDCB5D (or 0xEDCB5D) is unknown color: approx Golden Sand. HEX triplet: ED, CB and 5D. RGB value is (237,203,93). Sum of RGB (Red+Green+Blue) = 237+203+93=533 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.47% from 533); Green value is 203 (79.69% from 255 or 38.09% from 533); Blue value is 93 (36.72% from 255 or 17.45% from 533); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCB5D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDCB5D is #1234A2. Grayscale: #C9C9C9. Windows color (decimal): -1193123 or 6147053. OLE color: 6147053.

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

Color convert

RGB23720393-
CMYK00.140.610.07
HSL45.83º80%64.71%-
HSV(B)45.83º60.76%92.94%-
XYZ58.2661.5119.16-
YUV200.6367.26153.94-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 44.47%
GREEN value IS 203 (79.69% from 255) = 38.09%
BLUE value IS 93 (36.72% from 255) = 17.45%
R=44.47%
G=38.09%
B=17.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.61
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2372039300.140.610.0745.838064.71
HexEDCB5D0E3D72e5041
Octal35531313501675756120101
Binary111011011100101110111010111011110111110111010100001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDCB5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDCB5D; }

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

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

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

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

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

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

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

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