Html Css Color HEX #ECD107 Gold

📋 copy color: '#ECD107'

red 236 ◦ green 209 ◦ blue 7

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

Shades of Gold #ECD107

Tints of Gold #ECD107

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 1.55%

R = 52.21%
G = 46.24%
B = 1.55%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.97

 K value IS 0.07

RGB Variations

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

Color information

#ECD107 (or 0xECD107) is known color: Gold. HEX triplet: EC, D1 and 07. RGB value is (236,209,7). Sum of RGB (Red+Green+Blue) = 236+209+7=452 (59% of max value = 765). Red value is 236 (92.58% from 255 or 52.21% from 452); Green value is 209 (82.03% from 255 or 46.24% from 452); Blue value is 7 (3.12% from 255 or 1.55% from 452); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD107 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #ECD107 is #132EF8. Grayscale: #C2C2C2. Windows color (decimal): -1257209 or 512492. OLE color: 512492.

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

Color convert

RGB 236 209 7 -
CMYK 0 0.11 0.97 0.07
HSL 52.93º 0.94% 0.48% -
HSV(B) 52.93º 0.97% 0.93% -
XYZ 57.43 63.45 9.42 -
YUV 194.05 22.45 157.93 -
System Red Green Blue C M Y K H S L
Decimal 236 209 7 0 0.11 0.97 0.07 52.93 0.94 0.48
Hex EC D1 7 0 B 61 7 35 5E 30
Octal 354 321 7 0 13 141 7 65 136 60
Binary 11101100 11010001 111 0 1011 1100001 111 110101 1011110 110000

Color Harmonies of #ECD107

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECD107

Black with #ECD107

Text Example


Text Example

White with #ECD107

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECD107; }

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

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

background-color css

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

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

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

border-color css

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

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

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