Html Css Color HEX #ECD200 Gold

📋 copy color: '#ECD200'

red 236 ◦ green 210 ◦ blue 0

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

Shades of Gold #ECD200

Tints of Gold #ECD200

RGB

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

 GREEN value IS 210 (82.42% from 255) = 47.09%

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

R = 52.91%
G = 47.09%
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

#ECD200 (or 0xECD200) is known color: Gold. HEX triplet: EC, D2 and 00. RGB value is (236,210,0). Sum of RGB (Red+Green+Blue) = 236+210+0=446 (59% of max value = 765). Red value is 236 (92.58% from 255 or 52.91% from 446); Green value is 210 (82.42% from 255 or 47.09% from 446); Blue value is 0 (0.39% from 255 or 0% from 446); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD200 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #ECD200 is #132DFF. Grayscale: #C2C2C2. Windows color (decimal): -1256960 or 53996. OLE color: 53996.

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

Color convert

RGB 236 210 0 -
CMYK 0 0.11 1 0.07
HSL 53.39º 1% 0.46% -
HSV(B) 53.39º 1% 0.93% -
XYZ 57.64 63.93 9.3 -
YUV 193.83 18.61 158.08 -
System Red Green Blue C M Y K H S L
Decimal 236 210 0 0 0.11 1 0.07 53.39 1 0.46
Hex EC D2 0 0 B 64 7 35 64 2E
Octal 354 322 0 0 13 144 7 65 144 56
Binary 11101100 11010010 0 0 1011 1100100 111 110101 1100100 101110

Color Harmonies of #ECD200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECD200

Black with #ECD200

Text Example


Text Example

White with #ECD200

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECD200; }

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

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

background-color css

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

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

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

border-color css

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

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

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