#ECCD6D

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

Shades of Golden Sand #ECCD6D

Tints of Golden Sand #ECCD6D

Color information

#ECCD6D (or 0xECCD6D) is unknown color: approx Golden Sand. HEX triplet: EC, CD and 6D. RGB value is (236,205,109). Sum of RGB (Red+Green+Blue) = 236+205+109=550 (72% of max value = 765). Red value is 236 (92.58% from 255 or 42.91% from 550); Green value is 205 (80.47% from 255 or 37.27% from 550); Blue value is 109 (42.97% from 255 or 19.82% from 550); Max value from RGB is 236 - color contains mainly: red. Hex color #ECCD6D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECCD6D is #133292. Grayscale: #CBCBCB. Windows color (decimal): -1258131 or 7196140. OLE color: 7196140.

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

Color convert

RGB236205109-
CMYK00.130.540.07
HSL45.35º76.97%67.65%-
HSV(B)45.35º53.81%92.55%-
XYZ59.1862.623.43-
YUV203.3274.77151.31-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 42.91%
GREEN value IS 205 (80.47% from 255) = 37.27%
BLUE value IS 109 (42.97% from 255) = 19.82%
R=42.91%
G=37.27%
B=19.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.54
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23620510900.130.540.0745.3576.9767.65
HexECCD6D0D3672d4d44
Octal35431515501566755115104
Binary111011001100110111011010110111011011110110110011011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECCD6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECCD6D; }

 p { color: rgb(236,205,109); }

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

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

 a { background-color: rgb(236,205,109); }

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

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

 span { border-color: rgb(236,205,109); }

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