Html Css Color HEX #ECD10A Gold

📋 copy color: '#ECD10A'

red 236 ◦ green 209 ◦ blue 10

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

Shades of Gold #ECD10A

Tints of Gold #ECD10A

RGB

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

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

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

R = 51.87%
G = 45.93%
B = 2.2%

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

#ECD10A (or 0xECD10A) is known color: Gold. HEX triplet: EC, D1 and 0A. RGB value is (236,209,10). Sum of RGB (Red+Green+Blue) = 236+209+10=455 (60% of max value = 765). Red value is 236 (92.58% from 255 or 51.87% from 455); Green value is 209 (82.03% from 255 or 45.93% from 455); Blue value is 10 (4.30% from 255 or 2.20% from 455); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD10A is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #ECD10A is #132EF5. Grayscale: #C3C3C3. Windows color (decimal): -1257206 or 709100. OLE color: 709100.

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

Color convert

RGB 236 209 10 -
CMYK 0 0.11 0.96 0.07
HSL 52.83º 0.92% 0.48% -
HSV(B) 52.83º 0.96% 0.93% -
XYZ 57.45 63.46 9.51 -
YUV 194.39 23.95 157.68 -
System Red Green Blue C M Y K H S L
Decimal 236 209 10 0 0.11 0.96 0.07 52.83 0.92 0.48
Hex EC D1 A 0 B 60 7 35 5C 30
Octal 354 321 12 0 13 140 7 65 134 60
Binary 11101100 11010001 1010 0 1011 1100000 111 110101 1011100 110000

Color Harmonies of #ECD10A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECD10A

Black with #ECD10A

Text Example


Text Example

White with #ECD10A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECD10A; }

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

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

background-color css

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

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

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

border-color css

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

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

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