#ecca6a

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

Shades of Golden Sand #ECCA6A

Tints of Golden Sand #ECCA6A

Color information

#ECCA6A (or 0xECCA6A) is unknown color: approx Golden Sand. HEX triplet: EC, CA and 6A. RGB value is (236,202,106). Sum of RGB (Red+Green+Blue) = 236+202+106=544 (72% of max value = 765). Red value is 236 (92.58% from 255 or 43.38% from 544); Green value is 202 (79.30% from 255 or 37.13% from 544); Blue value is 106 (41.80% from 255 or 19.49% from 544); Max value from RGB is 236 - color contains mainly: red. Hex color #ECCA6A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECCA6A is #133595. Grayscale: #C9C9C9. Windows color (decimal): -1258902 or 6998764. OLE color: 6998764.

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

Color convert

RGB236202106-
CMYK00.140.550.07
HSL44.31º77.38%67.06%-
HSV(B)44.31º55.08%92.55%-
XYZ58.3161.1122.36-
YUV201.2274.26152.81-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 43.38%
GREEN value IS 202 (79.30% from 255) = 37.13%
BLUE value IS 106 (41.80% from 255) = 19.49%
R=43.38%
G=37.13%
B=19.49%

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
Decimal23620210600.140.550.0744.3177.3867.06
HexECCA6A0E3772c4d43
Octal35431215201667754115103
Binary111011001100101011010100111011011111110110010011011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ecca6a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ecca6a; }

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

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

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

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

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

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

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

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