Html Css Color HEX #ECD201 Gold

📋 copy color: '#ECD201'

red 236 ◦ green 210 ◦ blue 1

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

Shades of Gold #ECD201

Tints of Gold #ECD201

RGB

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

 GREEN value IS 210 (82.42% from 255) = 46.98%

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

R = 52.8%
G = 46.98%
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

#ECD201 (or 0xECD201) is known color: Gold. HEX triplet: EC, D2 and 01. RGB value is (236,210,1). Sum of RGB (Red+Green+Blue) = 236+210+1=447 (59% of max value = 765). Red value is 236 (92.58% from 255 or 52.80% from 447); Green value is 210 (82.42% from 255 or 46.98% from 447); Blue value is 1 (0.78% from 255 or 0.22% from 447); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD201 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #ECD201 is #132DFE. Grayscale: #C2C2C2. Windows color (decimal): -1256959 or 119532. OLE color: 119532.

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

Color convert

RGB 236 210 1 -
CMYK 0 0.11 1.00 0.07
HSL 53.36º 0.99% 0.46% -
HSV(B) 53.36º 1% 0.93% -
XYZ 57.64 63.93 9.33 -
YUV 193.95 19.11 157.99 -
System Red Green Blue C M Y K H S L
Decimal 236 210 1 0 0.11 1.00 0.07 53.36 0.99 0.46
Hex EC D2 1 0 B 64 7 35 63 2E
Octal 354 322 1 0 13 144 7 65 143 56
Binary 11101100 11010010 1 0 1011 1100100 111 110101 1100011 101110

Color Harmonies of #ECD201

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECD201

Black with #ECD201

Text Example


Text Example

White with #ECD201

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECD201; }

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

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

background-color css

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

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

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

border-color css

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

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

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