Html Css Color HEX #ECD20A Gold

📋 copy color: '#ECD20A'

red 236 ◦ green 210 ◦ blue 10

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

Shades of Gold #ECD20A

Tints of Gold #ECD20A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 2.19%

R = 51.75%
G = 46.05%
B = 2.19%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.96

 K value IS 0.07

RGB Variations

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

Color information

#ECD20A (or 0xECD20A) is known color: Gold. HEX triplet: EC, D2 and 0A. RGB value is (236,210,10). Sum of RGB (Red+Green+Blue) = 236+210+10=456 (60% of max value = 765). Red value is 236 (92.58% from 255 or 51.75% from 456); Green value is 210 (82.42% from 255 or 46.05% from 456); Blue value is 10 (4.30% from 255 or 2.19% from 456); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD20A is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #ECD20A is #132DF5. Grayscale: #C3C3C3. Windows color (decimal): -1256950 or 709356. OLE color: 709356.

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

Color convert

RGB 236 210 10 -
CMYK 0 0.11 0.96 0.07
HSL 53.1º 0.92% 0.48% -
HSV(B) 53.1º 0.96% 0.93% -
XYZ 57.69 63.95 9.59 -
YUV 194.97 23.61 157.26 -
System Red Green Blue C M Y K H S L
Decimal 236 210 10 0 0.11 0.96 0.07 53.1 0.92 0.48
Hex EC D2 A 0 B 60 7 35 5C 30
Octal 354 322 12 0 13 140 7 65 134 60
Binary 11101100 11010010 1010 0 1011 1100000 111 110101 1011100 110000

Color Harmonies of #ECD20A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECD20A

Black with #ECD20A

Text Example


Text Example

White with #ECD20A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECD20A; }

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

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

background-color css

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

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

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

border-color css

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

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

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