Html Css Color HEX #ECD401 Gold

📋 copy color: '#ECD401'

red 236 ◦ green 212 ◦ blue 1

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

Shades of Gold #ECD401

Tints of Gold #ECD401

RGB

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

 GREEN value IS 212 (83.2% from 255) = 47.22%

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

R = 52.56%
G = 47.22%
B = 0.22%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 1.00

 K value IS 0.07

RGB Variations

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

Color information

#ECD401 (or 0xECD401) is known color: Gold. HEX triplet: EC, D4 and 01. RGB value is (236,212,1). Sum of RGB (Red+Green+Blue) = 236+212+1=449 (59% of max value = 765). Red value is 236 (92.58% from 255 or 52.56% from 449); Green value is 212 (83.20% from 255 or 47.22% from 449); Blue value is 1 (0.78% from 255 or 0.22% from 449); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD401 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #ECD401 is #132BFE. Grayscale: #C3C3C3. Windows color (decimal): -1256447 or 120044. OLE color: 120044.

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

Color convert

RGB 236 212 1 -
CMYK 0 0.10 1.00 0.07
HSL 53.87º 0.99% 0.46% -
HSV(B) 53.87º 1% 0.93% -
XYZ 58.14 64.92 9.5 -
YUV 195.12 18.45 157.16 -
System Red Green Blue C M Y K H S L
Decimal 236 212 1 0 0.10 1.00 0.07 53.87 0.99 0.46
Hex EC D4 1 0 A 64 7 36 63 2E
Octal 354 324 1 0 12 144 7 66 143 56
Binary 11101100 11010100 1 0 1010 1100100 111 110110 1100011 101110

Color Harmonies of #ECD401

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECD401

Black with #ECD401

Text Example


Text Example

White with #ECD401

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECD401; }

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

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

background-color css

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

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

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

border-color css

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

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

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