#ECD466

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

Shades of Golden Sand #ECD466

Tints of Golden Sand #ECD466

Color information

#ECD466 (or 0xECD466) is unknown color: approx Golden Sand. HEX triplet: EC, D4 and 66. RGB value is (236,212,102). Sum of RGB (Red+Green+Blue) = 236+212+102=550 (72% of max value = 765). Red value is 236 (92.58% from 255 or 42.91% from 550); Green value is 212 (83.20% from 255 or 38.55% from 550); Blue value is 102 (40.23% from 255 or 18.55% from 550); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD466 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECD466 is #132B99. Grayscale: #CFCFCF. Windows color (decimal): -1256346 or 6739180. OLE color: 6739180.

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

Color convert

RGB236212102-
CMYK00.100.570.07
HSL49.25º77.91%66.27%-
HSV(B)49.25º56.78%92.55%-
XYZ60.5365.8822.1-
YUV206.6468.95148.94-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 42.91%
GREEN value IS 212 (83.20% from 255) = 38.55%
BLUE value IS 102 (40.23% from 255) = 18.55%
R=42.91%
G=38.55%
B=18.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.57
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23621210200.100.570.0749.2577.9166.27
HexECD4660A397314e42
Octal35432414601271761116102
Binary111011001101010011001100101011100111111000110011101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECD466

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECD466; }

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

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

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

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

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

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

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

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