#ECD463

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

Shades of Golden Sand #ECD463

Tints of Golden Sand #ECD463

Color information

#ECD463 (or 0xECD463) is unknown color: approx Golden Sand. HEX triplet: EC, D4 and 63. RGB value is (236,212,99). Sum of RGB (Red+Green+Blue) = 236+212+99=547 (72% of max value = 765). Red value is 236 (92.58% from 255 or 43.14% from 547); Green value is 212 (83.20% from 255 or 38.76% from 547); Blue value is 99 (39.06% from 255 or 18.10% from 547); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD463 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECD463 is #132B9C. Grayscale: #CECECE. Windows color (decimal): -1256349 or 6542572. OLE color: 6542572.

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

Color convert

RGB23621299-
CMYK00.100.580.07
HSL49.49º78.29%65.69%-
HSV(B)49.49º58.05%92.55%-
XYZ60.3965.8221.33-
YUV206.2967.45149.19-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 43.14%
GREEN value IS 212 (83.20% from 255) = 38.76%
BLUE value IS 99 (39.06% from 255) = 18.10%
R=43.14%
G=38.76%
B=18.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.58
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2362129900.100.580.0749.4978.2965.69
HexECD4630A3A7314e42
Octal35432414301272761116102
Binary111011001101010011000110101011101011111000110011101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECD463

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECD463; }

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

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

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

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

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

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

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

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