#ECD169

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

Shades of Golden Sand #ECD169

Tints of Golden Sand #ECD169

Color information

#ECD169 (or 0xECD169) is unknown color: approx Golden Sand. HEX triplet: EC, D1 and 69. RGB value is (236,209,105). Sum of RGB (Red+Green+Blue) = 236+209+105=550 (72% of max value = 765). Red value is 236 (92.58% from 255 or 42.91% from 550); Green value is 209 (82.03% from 255 or 38% from 550); Blue value is 105 (41.41% from 255 or 19.09% from 550); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD169 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECD169 is #132E96. Grayscale: #CDCDCD. Windows color (decimal): -1257111 or 6935020. OLE color: 6935020.

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

Color convert

RGB236209105-
CMYK00.110.560.07
HSL47.63º77.51%66.86%-
HSV(B)47.63º55.51%92.55%-
XYZ59.9464.4522.65-
YUV205.2271.45149.96-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 42.91%
GREEN value IS 209 (82.03% from 255) = 38%
BLUE value IS 105 (41.41% from 255) = 19.09%
R=42.91%
G=38%
B=19.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.56
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23620910500.110.560.0747.6377.5166.86
HexECD1690B387304e43
Octal35432115101370760116103
Binary111011001101000111010010101111100011111000010011101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECD169

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECD169; }

 p { color: rgb(236,209,105); }

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

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

 a { background-color: rgb(236,209,105); }

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

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

 span { border-color: rgb(236,209,105); }

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