#ECC46F

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

Shades of Golden Sand #ECC46F

Tints of Golden Sand #ECC46F

Color information

#ECC46F (or 0xECC46F) is unknown color: approx Golden Sand. HEX triplet: EC, C4 and 6F. RGB value is (236,196,111). Sum of RGB (Red+Green+Blue) = 236+196+111=543 (71% of max value = 765). Red value is 236 (92.58% from 255 or 43.46% from 543); Green value is 196 (76.95% from 255 or 36.10% from 543); Blue value is 111 (43.75% from 255 or 20.44% from 543); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC46F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECC46F is #133B90. Grayscale: #C6C6C6. Windows color (decimal): -1260433 or 7324908. OLE color: 7324908.

HSL color Cylindrical-coordinate representation of color #ECC46F: hue angle of 40.8º 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 #ECC46F is Cyan = 0, Magento = 0.17, Yellow = 0.53 and Black (K on CMYK) = 0.07.

Color convert

RGB236196111-
CMYK00.170.530.07
HSL40.8º76.69%68.04%-
HSV(B)40.8º52.97%92.55%-
XYZ57.258.4623.31-
YUV198.2778.75154.91-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 43.46%
GREEN value IS 196 (76.95% from 255) = 36.10%
BLUE value IS 111 (43.75% from 255) = 20.44%
R=43.46%
G=36.10%
B=20.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.53
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23619611100.170.530.0740.876.6968.04
HexECC46F011357294d44
Octal35430415702165751115104
Binary1110110011000100110111101000111010111110100110011011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECC46F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECC46F; }

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

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

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

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

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

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

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

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