Html Css Color HEX #ECD100 Gold

📋 copy color: '#ECD100'

red 236 ◦ green 209 ◦ blue 0

#ECD100
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Gold #ECD100

Tints of Gold #ECD100

RGB

 RED value IS 236 (92.58% from 255) = 53.03%

 GREEN value IS 209 (82.03% from 255) = 46.97%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 53.03%
G = 46.97%
B = 0%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 1

 K value IS 0.07

RGB Variations

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

Color information

#ECD100 (or 0xECD100) is known color: Gold. HEX triplet: EC, D1 and 00. RGB value is (236,209,0). Sum of RGB (Red+Green+Blue) = 236+209+0=445 (58% of max value = 765). Red value is 236 (92.58% from 255 or 53.03% from 445); Green value is 209 (82.03% from 255 or 46.97% from 445); Blue value is 0 (0.39% from 255 or 0% from 445); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD100 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #ECD100 is #132EFF. Grayscale: #C2C2C2. Windows color (decimal): -1257216 or 53740. OLE color: 53740.

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

Color convert

RGB 236 209 0 -
CMYK 0 0.11 1 0.07
HSL 53.14º 1% 0.46% -
HSV(B) 53.14º 1% 0.93% -
XYZ 57.39 63.43 9.22 -
YUV 193.25 18.95 158.49 -
System Red Green Blue C M Y K H S L
Decimal 236 209 0 0 0.11 1 0.07 53.14 1 0.46
Hex EC D1 0 0 B 64 7 35 64 2E
Octal 354 321 0 0 13 144 7 65 144 56
Binary 11101100 11010001 0 0 1011 1100100 111 110101 1100100 101110

Color Harmonies of #ECD100

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECD100

Black with #ECD100

Text Example


Text Example

White with #ECD100

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECD100; }

 p { color: rgb(236,209,0); }

 H1.HeaderClassName
 {
   color: #ECD100;
 }
 .AnyTagClassName
 {
   color: #ECD100;
 }
</style>

background-color css

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

 a { background-color: rgb(236,209,0); }

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

border-color css

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

 span { border-color: rgb(236,209,0); }

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