#ECD076

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

Shades of Golden Sand #ECD076

Tints of Golden Sand #ECD076

Color information

#ECD076 (or 0xECD076) is unknown color: approx Golden Sand. HEX triplet: EC, D0 and 76. RGB value is (236,208,118). Sum of RGB (Red+Green+Blue) = 236+208+118=562 (74% of max value = 765). Red value is 236 (92.58% from 255 or 41.99% from 562); Green value is 208 (81.64% from 255 or 37.01% from 562); Blue value is 118 (46.48% from 255 or 21.00% from 562); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD076 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECD076 is #132F89. Grayscale: #CECECE. Windows color (decimal): -1257354 or 7786732. OLE color: 7786732.

HSL color Cylindrical-coordinate representation of color #ECD076: hue angle of 45.76º degrees, saturation: 0.76, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #ECD076 is Cyan = 0, Magento = 0.12, Yellow = 0.5 and Black (K on CMYK) = 0.07.

Color convert

RGB236208118-
CMYK00.120.50.07
HSL45.76º75.64%69.41%-
HSV(B)45.76º50%92.55%-
XYZ60.4264.2526.36-
YUV206.1178.28149.32-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 41.99%
GREEN value IS 208 (81.64% from 255) = 37.01%
BLUE value IS 118 (46.48% from 255) = 21.00%
R=41.99%
G=37.01%
B=21.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.5
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23620811800.120.50.0745.7675.6469.41
HexECD0760C3272e4c45
Octal35432016601462756114105
Binary111011001101000011101100110011001011110111010011001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECD076

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECD076; }

 p { color: rgb(236,208,118); }

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

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

 a { background-color: rgb(236,208,118); }

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

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

 span { border-color: rgb(236,208,118); }

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