Html Css Color HEX #ECD000 Gold

📋 copy color: '#ECD000'

red 236 ◦ green 208 ◦ blue 0

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

Shades of Gold #ECD000

Tints of Gold #ECD000

RGB

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

 GREEN value IS 208 (81.64% from 255) = 46.85%

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

R = 53.15%
G = 46.85%
B = 0%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 1

 K value IS 0.07

RGB Variations

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

Color information

#ECD000 (or 0xECD000) is known color: Gold. HEX triplet: EC, D0 and 00. RGB value is (236,208,0). Sum of RGB (Red+Green+Blue) = 236+208+0=444 (58% of max value = 765). Red value is 236 (92.58% from 255 or 53.15% from 444); Green value is 208 (81.64% from 255 or 46.85% from 444); Blue value is 0 (0.39% from 255 or 0% from 444); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD000 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #ECD000 is #132FFF. Grayscale: #C1C1C1. Windows color (decimal): -1257472 or 53484. OLE color: 53484.

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

Color convert

RGB 236 208 0 -
CMYK 0 0.12 1 0.07
HSL 52.88º 1% 0.46% -
HSV(B) 52.88º 1% 0.93% -
XYZ 57.15 62.94 9.14 -
YUV 192.66 19.28 158.91 -
System Red Green Blue C M Y K H S L
Decimal 236 208 0 0 0.12 1 0.07 52.88 1 0.46
Hex EC D0 0 0 C 64 7 35 64 2E
Octal 354 320 0 0 14 144 7 65 144 56
Binary 11101100 11010000 0 0 1100 1100100 111 110101 1100100 101110

Color Harmonies of #ECD000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECD000

Black with #ECD000

Text Example


Text Example

White with #ECD000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECD000; }

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

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

background-color css

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

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

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

border-color css

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

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

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