#ECC46C

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

Shades of Golden Sand #ECC46C

Tints of Golden Sand #ECC46C

Color information

#ECC46C (or 0xECC46C) is unknown color: approx Golden Sand. HEX triplet: EC, C4 and 6C. RGB value is (236,196,108). Sum of RGB (Red+Green+Blue) = 236+196+108=540 (71% of max value = 765). Red value is 236 (92.58% from 255 or 43.70% from 540); Green value is 196 (76.95% from 255 or 36.30% from 540); Blue value is 108 (42.58% from 255 or 20% from 540); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC46C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECC46C is #133B93. Grayscale: #C6C6C6. Windows color (decimal): -1260436 or 7128300. OLE color: 7128300.

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

Color convert

RGB236196108-
CMYK00.170.540.07
HSL41.25º77.11%67.45%-
HSV(B)41.25º54.24%92.55%-
XYZ57.0458.422.45-
YUV197.9377.25155.16-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 43.70%
GREEN value IS 196 (76.95% from 255) = 36.30%
BLUE value IS 108 (42.58% from 255) = 20%
R=43.70%
G=36.30%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.54
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23619610800.170.540.0741.2577.1167.45
HexECC46C011367294d43
Octal35430415402166751115103
Binary1110110011000100110110001000111011011110100110011011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECC46C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECC46C; }

 p { color: rgb(236,196,108); }

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

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

 a { background-color: rgb(236,196,108); }

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

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

 span { border-color: rgb(236,196,108); }

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