Html Css Color HEX #ECD104 Gold

📋 copy color: '#ECD104'

red 236 ◦ green 209 ◦ blue 4

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

Shades of Gold #ECD104

Tints of Gold #ECD104

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 0.89%

R = 52.56%
G = 46.55%
B = 0.89%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.98

 K value IS 0.07

RGB Variations

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

Color information

#ECD104 (or 0xECD104) is known color: Gold. HEX triplet: EC, D1 and 04. RGB value is (236,209,4). Sum of RGB (Red+Green+Blue) = 236+209+4=449 (59% of max value = 765). Red value is 236 (92.58% from 255 or 52.56% from 449); Green value is 209 (82.03% from 255 or 46.55% from 449); Blue value is 4 (1.95% from 255 or 0.89% from 449); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD104 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #ECD104 is #132EFB. Grayscale: #C2C2C2. Windows color (decimal): -1257212 or 315884. OLE color: 315884.

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

Color convert

RGB 236 209 4 -
CMYK 0 0.11 0.98 0.07
HSL 53.02º 0.97% 0.47% -
HSV(B) 53.02º 0.98% 0.93% -
XYZ 57.41 63.44 9.33 -
YUV 193.7 20.95 158.17 -
System Red Green Blue C M Y K H S L
Decimal 236 209 4 0 0.11 0.98 0.07 53.02 0.97 0.47
Hex EC D1 4 0 B 62 7 35 61 2F
Octal 354 321 4 0 13 142 7 65 141 57
Binary 11101100 11010001 100 0 1011 1100010 111 110101 1100001 101111

Color Harmonies of #ECD104

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECD104

Black with #ECD104

Text Example


Text Example

White with #ECD104

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECD104; }

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

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

background-color css

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

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

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

border-color css

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

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

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