#ECCC71

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

Shades of Golden Sand #ECCC71

Tints of Golden Sand #ECCC71

Color information

#ECCC71 (or 0xECCC71) is unknown color: approx Golden Sand. HEX triplet: EC, CC and 71. RGB value is (236,204,113). Sum of RGB (Red+Green+Blue) = 236+204+113=553 (73% of max value = 765). Red value is 236 (92.58% from 255 or 42.68% from 553); Green value is 204 (80.08% from 255 or 36.89% from 553); Blue value is 113 (44.53% from 255 or 20.43% from 553); Max value from RGB is 236 - color contains mainly: red. Hex color #ECCC71 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECCC71 is #13338E. Grayscale: #CBCBCB. Windows color (decimal): -1258383 or 7458028. OLE color: 7458028.

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

Color convert

RGB236204113-
CMYK00.140.520.07
HSL44.39º76.4%68.43%-
HSV(B)44.39º52.12%92.55%-
XYZ59.1762.2124.51-
YUV203.1977.1151.4-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 42.68%
GREEN value IS 204 (80.08% from 255) = 36.89%
BLUE value IS 113 (44.53% from 255) = 20.43%
R=42.68%
G=36.89%
B=20.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.52
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23620411300.140.520.0744.3976.468.43
HexECCC710E3472c4c44
Octal35431416101664754114104
Binary111011001100110011100010111011010011110110010011001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECCC71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECCC71; }

 p { color: rgb(236,204,113); }

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

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

 a { background-color: rgb(236,204,113); }

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

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

 span { border-color: rgb(236,204,113); }

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