#ECD56A

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

Shades of Golden Sand #ECD56A

Tints of Golden Sand #ECD56A

Color information

#ECD56A (or 0xECD56A) is unknown color: approx Golden Sand. HEX triplet: EC, D5 and 6A. RGB value is (236,213,106). Sum of RGB (Red+Green+Blue) = 236+213+106=555 (73% of max value = 765). Red value is 236 (92.58% from 255 or 42.52% from 555); Green value is 213 (83.59% from 255 or 38.38% from 555); Blue value is 106 (41.80% from 255 or 19.10% from 555); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD56A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECD56A is #132A95. Grayscale: #D0D0D0. Windows color (decimal): -1256086 or 7001580. OLE color: 7001580.

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

Color convert

RGB236213106-
CMYK00.100.550.07
HSL49.38º77.38%67.06%-
HSV(B)49.38º55.08%92.55%-
XYZ60.9966.4623.25-
YUV207.6870.62148.2-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 42.52%
GREEN value IS 213 (83.59% from 255) = 38.38%
BLUE value IS 106 (41.80% from 255) = 19.10%
R=42.52%
G=38.38%
B=19.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.55
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23621310600.100.550.0749.3877.3867.06
HexECD56A0A377314d43
Octal35432515201267761115103
Binary111011001101010111010100101011011111111000110011011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECD56A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECD56A; }

 p { color: rgb(236,213,106); }

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

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

 a { background-color: rgb(236,213,106); }

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

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

 span { border-color: rgb(236,213,106); }

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