#ECDC64

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

Shades of Golden Sand #ECDC64

Tints of Golden Sand #ECDC64

Color information

#ECDC64 (or 0xECDC64) is unknown color: approx Golden Sand. HEX triplet: EC, DC and 64. RGB value is (236,220,100). Sum of RGB (Red+Green+Blue) = 236+220+100=556 (73% of max value = 765). Red value is 236 (92.58% from 255 or 42.45% from 556); Green value is 220 (86.33% from 255 or 39.57% from 556); Blue value is 100 (39.45% from 255 or 17.99% from 556); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDC64 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECDC64 is #13239B. Grayscale: #D3D3D3. Windows color (decimal): -1254300 or 6610156. OLE color: 6610156.

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

Color convert

RGB236220100-
CMYK00.070.580.07
HSL52.94º78.16%65.88%-
HSV(B)52.94º57.63%92.55%-
XYZ62.4969.9422.26-
YUV211.165.3145.76-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 42.45%
GREEN value IS 220 (86.33% from 255) = 39.57%
BLUE value IS 100 (39.45% from 255) = 17.99%
R=42.45%
G=39.57%
B=17.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.58
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23622010000.070.580.0752.9478.1665.88
HexECDC64073A7354e42
Octal3543341440772765116102
Binary11101100110111001100100011111101011111010110011101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECDC64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECDC64; }

 p { color: rgb(236,220,100); }

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

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

 a { background-color: rgb(236,220,100); }

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

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

 span { border-color: rgb(236,220,100); }

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