#ECD566

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

Shades of Golden Sand #ECD566

Tints of Golden Sand #ECD566

Color information

#ECD566 (or 0xECD566) is unknown color: approx Golden Sand. HEX triplet: EC, D5 and 66. RGB value is (236,213,102). Sum of RGB (Red+Green+Blue) = 236+213+102=551 (72% of max value = 765). Red value is 236 (92.58% from 255 or 42.83% from 551); Green value is 213 (83.59% from 255 or 38.66% from 551); Blue value is 102 (40.23% from 255 or 18.51% from 551); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD566 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECD566 is #132A99. Grayscale: #CFCFCF. Windows color (decimal): -1256090 or 6739436. OLE color: 6739436.

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

Color convert

RGB236213102-
CMYK00.100.570.07
HSL49.7º77.91%66.27%-
HSV(B)49.7º56.78%92.55%-
XYZ60.7866.3822.18-
YUV207.2268.62148.53-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 42.83%
GREEN value IS 213 (83.59% from 255) = 38.66%
BLUE value IS 102 (40.23% from 255) = 18.51%
R=42.83%
G=38.66%
B=18.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.57
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23621310200.100.570.0749.777.9166.27
HexECD5660A397324e42
Octal35432514601271762116102
Binary111011001101010111001100101011100111111001010011101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECD566

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECD566; }

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

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

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

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

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

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

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

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