#ECCA6B

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

Shades of Golden Sand #ECCA6B

Tints of Golden Sand #ECCA6B

Color information

#ECCA6B (or 0xECCA6B) is unknown color: approx Golden Sand. HEX triplet: EC, CA and 6B. RGB value is (236,202,107). Sum of RGB (Red+Green+Blue) = 236+202+107=545 (72% of max value = 765). Red value is 236 (92.58% from 255 or 43.30% from 545); Green value is 202 (79.30% from 255 or 37.06% from 545); Blue value is 107 (42.19% from 255 or 19.63% from 545); Max value from RGB is 236 - color contains mainly: red. Hex color #ECCA6B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECCA6B is #133594. Grayscale: #C9C9C9. Windows color (decimal): -1258901 or 7064300. OLE color: 7064300.

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

Color convert

RGB236202107-
CMYK00.140.550.07
HSL44.19º77.25%67.25%-
HSV(B)44.19º54.66%92.55%-
XYZ58.3761.1422.63-
YUV201.3474.76152.72-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 43.30%
GREEN value IS 202 (79.30% from 255) = 37.06%
BLUE value IS 107 (42.19% from 255) = 19.63%
R=43.30%
G=37.06%
B=19.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.55
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23620210700.140.550.0744.1977.2567.25
HexECCA6B0E3772c4d43
Octal35431215301667754115103
Binary111011001100101011010110111011011111110110010011011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECCA6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECCA6B; }

 p { color: rgb(236,202,107); }

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

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

 a { background-color: rgb(236,202,107); }

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

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

 span { border-color: rgb(236,202,107); }

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