#ECD201

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

Shades of Gold #ECD201

Tints of Gold #ECD201

Color information

#ECD201 (or 0xECD201) is unknown color: approx Gold. HEX triplet: EC, D2 and 01. RGB value is (236,210,1). Sum of RGB (Red+Green+Blue) = 236+210+1=447 (59% of max value = 765). Red value is 236 (92.58% from 255 or 52.80% from 447); Green value is 210 (82.42% from 255 or 46.98% from 447); Blue value is 1 (0.78% from 255 or 0.22% from 447); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD201 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #ECD201 is #132DFE. Grayscale: #C2C2C2. Windows color (decimal): -1256959 or 119532. OLE color: 119532.

HSL color Cylindrical-coordinate representation of color #ECD201: hue angle of 53.36º degrees, saturation: 0.99, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #ECD201 is Cyan = 0, Magento = 0.11, Yellow = 1.00 and Black (K on CMYK) = 0.07.

Color convert

RGB2362101-
CMYK00.111.000.07
HSL53.36º99.16%46.47%-
HSV(B)53.36º99.58%92.55%-
XYZ57.6463.939.33-
YUV193.9519.11157.99-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 52.80%
GREEN value IS 210 (82.42% from 255) = 46.98%
BLUE value IS 1 (0.78% from 255) = 0.22%
R=52.80%
G=46.98%
B=0.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 1.00
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal236210100.111.000.0753.3699.1646.47
HexECD210B64735632e
Octal354322101314476514356
Binary111011001101001010101111001001111101011100011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECD201

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECD201; }

 p { color: rgb(236,210,1); }

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

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

 a { background-color: rgb(236,210,1); }

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

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

 span { border-color: rgb(236,210,1); }

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