#ECD46C

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

Shades of Golden Sand #ECD46C

Tints of Golden Sand #ECD46C

Color information

#ECD46C (or 0xECD46C) is unknown color: approx Golden Sand. HEX triplet: EC, D4 and 6C. RGB value is (236,212,108). Sum of RGB (Red+Green+Blue) = 236+212+108=556 (73% of max value = 765). Red value is 236 (92.58% from 255 or 42.45% from 556); Green value is 212 (83.20% from 255 or 38.13% from 556); Blue value is 108 (42.58% from 255 or 19.42% from 556); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD46C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECD46C is #132B93. Grayscale: #CFCFCF. Windows color (decimal): -1256340 or 7132396. OLE color: 7132396.

HSL color Cylindrical-coordinate representation of color #ECD46C: hue angle of 48.75º degrees, saturation: 0.77, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #ECD46C is Cyan = 0, Magento = 0.10, Yellow = 0.54 and Black (K on CMYK) = 0.07.

Color convert

RGB236212108-
CMYK00.100.540.07
HSL48.75º77.11%67.45%-
HSV(B)48.75º54.24%92.55%-
XYZ60.846623.72-
YUV207.3271.95148.46-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 42.45%
GREEN value IS 212 (83.20% from 255) = 38.13%
BLUE value IS 108 (42.58% from 255) = 19.42%
R=42.45%
G=38.13%
B=19.42%

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
Decimal23621210800.100.540.0748.7577.1167.45
HexECD46C0A367314d43
Octal35432415401266761115103
Binary111011001101010011011000101011011011111000110011011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECD46C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECD46C; }

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

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

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

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

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

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

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

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