#ECD66F

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

Shades of Golden Sand #ECD66F

Tints of Golden Sand #ECD66F

Color information

#ECD66F (or 0xECD66F) is unknown color: approx Golden Sand. HEX triplet: EC, D6 and 6F. RGB value is (236,214,111). Sum of RGB (Red+Green+Blue) = 236+214+111=561 (74% of max value = 765). Red value is 236 (92.58% from 255 or 42.07% from 561); Green value is 214 (83.98% from 255 or 38.15% from 561); Blue value is 111 (43.75% from 255 or 19.79% from 561); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD66F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECD66F is #132990. Grayscale: #D1D1D1. Windows color (decimal): -1255825 or 7329516. OLE color: 7329516.

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

Color convert

RGB236214111-
CMYK00.090.530.07
HSL49.44º76.69%68.04%-
HSV(B)49.44º52.97%92.55%-
XYZ61.5167.0724.74-
YUV208.8472.79147.38-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 42.07%
GREEN value IS 214 (83.98% from 255) = 38.15%
BLUE value IS 111 (43.75% from 255) = 19.79%
R=42.07%
G=38.15%
B=19.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.53
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23621411100.090.530.0749.4476.6968.04
HexECD66F09357314d44
Octal35432615701165761115104
Binary111011001101011011011110100111010111111000110011011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECD66F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECD66F; }

 p { color: rgb(236,214,111); }

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

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

 a { background-color: rgb(236,214,111); }

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

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

 span { border-color: rgb(236,214,111); }

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