Html Css Color HEX #ECD400 Gold

📋 copy color: '#ECD400'

red 236 ◦ green 212 ◦ blue 0

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

Shades of Gold #ECD400

Tints of Gold #ECD400

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 52.68%
G = 47.32%
B = 0%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 1

 K value IS 0.07

RGB Variations

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

Color information

#ECD400 (or 0xECD400) is known color: Gold. HEX triplet: EC, D4 and 00. RGB value is (236,212,0). Sum of RGB (Red+Green+Blue) = 236+212+0=448 (59% of max value = 765). Red value is 236 (92.58% from 255 or 52.68% from 448); Green value is 212 (83.20% from 255 or 47.32% from 448); Blue value is 0 (0.39% from 255 or 0% from 448); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD400 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #ECD400 is #132BFF. Grayscale: #C3C3C3. Windows color (decimal): -1256448 or 54508. OLE color: 54508.

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

Color convert

RGB 236 212 0 -
CMYK 0 0.10 1 0.07
HSL 53.9º 1% 0.46% -
HSV(B) 53.9º 1% 0.93% -
XYZ 58.14 64.92 9.47 -
YUV 195.01 17.95 157.24 -
System Red Green Blue C M Y K H S L
Decimal 236 212 0 0 0.10 1 0.07 53.9 1 0.46
Hex EC D4 0 0 A 64 7 36 64 2E
Octal 354 324 0 0 12 144 7 66 144 56
Binary 11101100 11010100 0 0 1010 1100100 111 110110 1100100 101110

Color Harmonies of #ECD400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECD400

Black with #ECD400

Text Example


Text Example

White with #ECD400

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECD400; }

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

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

background-color css

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

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

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

border-color css

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

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

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