#ECD664

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

Shades of Golden Sand #ECD664

Tints of Golden Sand #ECD664

Color information

#ECD664 (or 0xECD664) is unknown color: approx Golden Sand. HEX triplet: EC, D6 and 64. RGB value is (236,214,100). Sum of RGB (Red+Green+Blue) = 236+214+100=550 (72% of max value = 765). Red value is 236 (92.58% from 255 or 42.91% from 550); Green value is 214 (83.98% from 255 or 38.91% from 550); Blue value is 100 (39.45% from 255 or 18.18% from 550); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD664 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECD664 is #13299B. Grayscale: #D0D0D0. Windows color (decimal): -1255836 or 6608620. OLE color: 6608620.

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

Color convert

RGB236214100-
CMYK00.090.580.07
HSL50.29º78.16%65.88%-
HSV(B)50.29º57.63%92.55%-
XYZ60.9466.8521.75-
YUV207.5867.29148.27-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 42.91%
GREEN value IS 214 (83.98% from 255) = 38.91%
BLUE value IS 100 (39.45% from 255) = 18.18%
R=42.91%
G=38.91%
B=18.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.58
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23621410000.090.580.0750.2978.1665.88
HexECD664093A7324e42
Octal35432614401172762116102
Binary111011001101011011001000100111101011111001010011101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECD664

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECD664; }

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

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

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

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

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

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

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

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