Html Css Color HEX #ECD501 Gold

📋 copy color: '#ECD501'

red 236 ◦ green 213 ◦ blue 1

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

Shades of Gold #ECD501

Tints of Gold #ECD501

RGB

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

 GREEN value IS 213 (83.59% from 255) = 47.33%

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

R = 52.44%
G = 47.33%
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

#ECD501 (or 0xECD501) is known color: Gold. HEX triplet: EC, D5 and 01. RGB value is (236,213,1). Sum of RGB (Red+Green+Blue) = 236+213+1=450 (59% of max value = 765). Red value is 236 (92.58% from 255 or 52.44% from 450); Green value is 213 (83.59% from 255 or 47.33% from 450); Blue value is 1 (0.78% from 255 or 0.22% from 450); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD501 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #ECD501 is #132AFE. Grayscale: #C4C4C4. Windows color (decimal): -1256191 or 120300. OLE color: 120300.

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

Color convert

RGB 236 213 1 -
CMYK 0 0.10 1.00 0.07
HSL 54.13º 0.99% 0.46% -
HSV(B) 54.13º 1% 0.93% -
XYZ 58.39 65.42 9.58 -
YUV 195.71 18.12 156.74 -
System Red Green Blue C M Y K H S L
Decimal 236 213 1 0 0.10 1.00 0.07 54.13 0.99 0.46
Hex EC D5 1 0 A 64 7 36 63 2E
Octal 354 325 1 0 12 144 7 66 143 56
Binary 11101100 11010101 1 0 1010 1100100 111 110110 1100011 101110

Color Harmonies of #ECD501

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECD501

Black with #ECD501

Text Example


Text Example

White with #ECD501

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECD501; }

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

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

background-color css

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

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

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

border-color css

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

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

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