#ECC46D

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

Shades of Golden Sand #ECC46D

Tints of Golden Sand #ECC46D

Color information

#ECC46D (or 0xECC46D) is unknown color: approx Golden Sand. HEX triplet: EC, C4 and 6D. RGB value is (236,196,109). Sum of RGB (Red+Green+Blue) = 236+196+109=541 (71% of max value = 765). Red value is 236 (92.58% from 255 or 43.62% from 541); Green value is 196 (76.95% from 255 or 36.23% from 541); Blue value is 109 (42.97% from 255 or 20.15% from 541); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC46D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECC46D is #133B92. Grayscale: #C6C6C6. Windows color (decimal): -1260435 or 7193836. OLE color: 7193836.

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

Color convert

RGB236196109-
CMYK00.170.540.07
HSL41.1º76.97%67.65%-
HSV(B)41.1º53.81%92.55%-
XYZ57.0958.4222.73-
YUV198.0477.75155.07-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 43.62%
GREEN value IS 196 (76.95% from 255) = 36.23%
BLUE value IS 109 (42.97% from 255) = 20.15%
R=43.62%
G=36.23%
B=20.15%

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
Decimal23619610900.170.540.0741.176.9767.65
HexECC46D011367294d44
Octal35430415502166751115104
Binary1110110011000100110110101000111011011110100110011011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECC46D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECC46D; }

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

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

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

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

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

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

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

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