Html Css Color HEX #ECD101 Gold

📋 copy color: '#ECD101'

red 236 ◦ green 209 ◦ blue 1

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

Shades of Gold #ECD101

Tints of Gold #ECD101

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.22%

R = 52.91%
G = 46.86%
B = 0.22%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 1.00

 K value IS 0.07

RGB Variations

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

Color information

#ECD101 (or 0xECD101) is known color: Gold. HEX triplet: EC, D1 and 01. RGB value is (236,209,1). Sum of RGB (Red+Green+Blue) = 236+209+1=446 (59% of max value = 765). Red value is 236 (92.58% from 255 or 52.91% from 446); Green value is 209 (82.03% from 255 or 46.86% from 446); Blue value is 1 (0.78% from 255 or 0.22% from 446); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD101 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #ECD101 is #132EFE. Grayscale: #C2C2C2. Windows color (decimal): -1257215 or 119276. OLE color: 119276.

HSL color Cylindrical-coordinate representation of color #ECD101: hue angle of 53.11º degrees, saturation: 0.99, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #ECD101 is Cyan = 0, Magento = 0.11, Yellow = 1.00 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 209 1 -
CMYK 0 0.11 1.00 0.07
HSL 53.11º 0.99% 0.46% -
HSV(B) 53.11º 1% 0.93% -
XYZ 57.4 63.44 9.25 -
YUV 193.36 19.45 158.41 -
System Red Green Blue C M Y K H S L
Decimal 236 209 1 0 0.11 1.00 0.07 53.11 0.99 0.46
Hex EC D1 1 0 B 64 7 35 63 2E
Octal 354 321 1 0 13 144 7 65 143 56
Binary 11101100 11010001 1 0 1011 1100100 111 110101 1100011 101110

Color Harmonies of #ECD101

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECD101

Black with #ECD101

Text Example


Text Example

White with #ECD101

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECD101; }

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

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

background-color css

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

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

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

border-color css

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

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

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