#ECD46D

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

Shades of Golden Sand #ECD46D

Tints of Golden Sand #ECD46D

Color information

#ECD46D (or 0xECD46D) is unknown color: approx Golden Sand. HEX triplet: EC, D4 and 6D. RGB value is (236,212,109). Sum of RGB (Red+Green+Blue) = 236+212+109=557 (73% of max value = 765). Red value is 236 (92.58% from 255 or 42.37% from 557); Green value is 212 (83.20% from 255 or 38.06% from 557); Blue value is 109 (42.97% from 255 or 19.57% from 557); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD46D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECD46D is #132B92. Grayscale: #CFCFCF. Windows color (decimal): -1256339 or 7197932. OLE color: 7197932.

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

Color convert

RGB236212109-
CMYK00.100.540.07
HSL48.66º76.97%67.65%-
HSV(B)48.66º53.81%92.55%-
XYZ60.966.0224-
YUV207.4372.45148.38-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 42.37%
GREEN value IS 212 (83.20% from 255) = 38.06%
BLUE value IS 109 (42.97% from 255) = 19.57%
R=42.37%
G=38.06%
B=19.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.54
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23621210900.100.540.0748.6676.9767.65
HexECD46D0A367314d44
Octal35432415501266761115104
Binary111011001101010011011010101011011011111000110011011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECD46D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECD46D; }

 p { color: rgb(236,212,109); }

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

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

 a { background-color: rgb(236,212,109); }

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

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

 span { border-color: rgb(236,212,109); }

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