#ECD360

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

Shades of Golden Sand #ECD360

Tints of Golden Sand #ECD360

Color information

#ECD360 (or 0xECD360) is unknown color: approx Golden Sand. HEX triplet: EC, D3 and 60. RGB value is (236,211,96). Sum of RGB (Red+Green+Blue) = 236+211+96=543 (71% of max value = 765). Red value is 236 (92.58% from 255 or 43.46% from 543); Green value is 211 (82.81% from 255 or 38.86% from 543); Blue value is 96 (37.89% from 255 or 17.68% from 543); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD360 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECD360 is #132C9F. Grayscale: #CDCDCD. Windows color (decimal): -1256608 or 6345708. OLE color: 6345708.

HSL color Cylindrical-coordinate representation of color #ECD360: hue angle of 49.29º degrees, saturation: 0.79, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #ECD360 is Cyan = 0, Magento = 0.11, Yellow = 0.59 and Black (K on CMYK) = 0.07.

Color convert

RGB23621196-
CMYK00.110.590.07
HSL49.29º78.65%65.1%-
HSV(B)49.29º59.32%92.55%-
XYZ6065.2720.5-
YUV205.3666.28149.85-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 43.46%
GREEN value IS 211 (82.81% from 255) = 38.86%
BLUE value IS 96 (37.89% from 255) = 17.68%
R=43.46%
G=38.86%
B=17.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.59
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2362119600.110.590.0749.2978.6565.1
HexECD3600B3B7314f41
Octal35432314001373761117101
Binary111011001101001111000000101111101111111000110011111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECD360

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECD360; }

 p { color: rgb(236,211,96); }

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

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

 a { background-color: rgb(236,211,96); }

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

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

 span { border-color: rgb(236,211,96); }

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