#EDCB6D

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

Shades of Golden Sand #EDCB6D

Tints of Golden Sand #EDCB6D

Color information

#EDCB6D (or 0xEDCB6D) is unknown color: approx Golden Sand. HEX triplet: ED, CB and 6D. RGB value is (237,203,109). Sum of RGB (Red+Green+Blue) = 237+203+109=549 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.17% from 549); Green value is 203 (79.69% from 255 or 36.98% from 549); Blue value is 109 (42.97% from 255 or 19.85% from 549); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCB6D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDCB6D is #123492. Grayscale: #CACACA. Windows color (decimal): -1193107 or 7195629. OLE color: 7195629.

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

Color convert

RGB237203109-
CMYK00.140.540.07
HSL44.06º78.05%67.84%-
HSV(B)44.06º54.01%92.94%-
XYZ59.0461.8223.29-
YUV202.4575.26152.64-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 43.17%
GREEN value IS 203 (79.69% from 255) = 36.98%
BLUE value IS 109 (42.97% from 255) = 19.85%
R=43.17%
G=36.98%
B=19.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.54
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23720310900.140.540.0744.0678.0567.84
HexEDCB6D0E3672c4e44
Octal35531315501666754116104
Binary111011011100101111011010111011011011110110010011101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDCB6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDCB6D; }

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

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

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

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

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

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

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

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