Html Css Color HEX #ECD301 Gold

📋 copy color: '#ECD301'

red 236 ◦ green 211 ◦ blue 1

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

Shades of Gold #ECD301

Tints of Gold #ECD301

RGB

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

 GREEN value IS 211 (82.81% from 255) = 47.1%

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

R = 52.68%
G = 47.1%
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

#ECD301 (or 0xECD301) is known color: Gold. HEX triplet: EC, D3 and 01. RGB value is (236,211,1). Sum of RGB (Red+Green+Blue) = 236+211+1=448 (59% of max value = 765). Red value is 236 (92.58% from 255 or 52.68% from 448); Green value is 211 (82.81% from 255 or 47.10% from 448); Blue value is 1 (0.78% from 255 or 0.22% from 448); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD301 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #ECD301 is #132CFE. Grayscale: #C3C3C3. Windows color (decimal): -1256703 or 119788. OLE color: 119788.

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

Color convert

RGB 236 211 1 -
CMYK 0 0.11 1.00 0.07
HSL 53.62º 0.99% 0.46% -
HSV(B) 53.62º 1% 0.93% -
XYZ 57.89 64.42 9.41 -
YUV 194.54 18.78 157.58 -
System Red Green Blue C M Y K H S L
Decimal 236 211 1 0 0.11 1.00 0.07 53.62 0.99 0.46
Hex EC D3 1 0 B 64 7 36 63 2E
Octal 354 323 1 0 13 144 7 66 143 56
Binary 11101100 11010011 1 0 1011 1100100 111 110110 1100011 101110

Color Harmonies of #ECD301

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECD301

Black with #ECD301

Text Example


Text Example

White with #ECD301

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECD301; }

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

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

background-color css

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

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

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

border-color css

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

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

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