#ECD569

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

Shades of Golden Sand #ECD569

Tints of Golden Sand #ECD569

Color information

#ECD569 (or 0xECD569) is unknown color: approx Golden Sand. HEX triplet: EC, D5 and 69. RGB value is (236,213,105). Sum of RGB (Red+Green+Blue) = 236+213+105=554 (73% of max value = 765). Red value is 236 (92.58% from 255 or 42.60% from 554); Green value is 213 (83.59% from 255 or 38.45% from 554); Blue value is 105 (41.41% from 255 or 18.95% from 554); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD569 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECD569 is #132A96. Grayscale: #D0D0D0. Windows color (decimal): -1256087 or 6936044. OLE color: 6936044.

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

Color convert

RGB236213105-
CMYK00.100.560.07
HSL49.47º77.51%66.86%-
HSV(B)49.47º55.51%92.55%-
XYZ60.9466.4422.98-
YUV207.5670.12148.28-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 42.60%
GREEN value IS 213 (83.59% from 255) = 38.45%
BLUE value IS 105 (41.41% from 255) = 18.95%
R=42.60%
G=38.45%
B=18.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.56
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23621310500.100.560.0749.4777.5166.86
HexECD5690A387314e43
Octal35432515101270761116103
Binary111011001101010111010010101011100011111000110011101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECD569

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECD569; }

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

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

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

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

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

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

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

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