Html Css Color HEX #ECD300 Gold

📋 copy color: '#ECD300'

red 236 ◦ green 211 ◦ blue 0

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

Shades of Gold #ECD300

Tints of Gold #ECD300

RGB

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

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

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

R = 52.8%
G = 47.2%
B = 0%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 1

 K value IS 0.07

RGB Variations

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

Color information

#ECD300 (or 0xECD300) is known color: Gold. HEX triplet: EC, D3 and 00. RGB value is (236,211,0). Sum of RGB (Red+Green+Blue) = 236+211+0=447 (59% of max value = 765). Red value is 236 (92.58% from 255 or 52.80% from 447); Green value is 211 (82.81% from 255 or 47.20% from 447); Blue value is 0 (0.39% from 255 or 0% from 447); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD300 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #ECD300 is #132CFF. Grayscale: #C3C3C3. Windows color (decimal): -1256704 or 54252. OLE color: 54252.

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

Color convert

RGB 236 211 0 -
CMYK 0 0.11 1 0.07
HSL 53.64º 1% 0.46% -
HSV(B) 53.64º 1% 0.93% -
XYZ 57.89 64.42 9.38 -
YUV 194.42 18.28 157.66 -
System Red Green Blue C M Y K H S L
Decimal 236 211 0 0 0.11 1 0.07 53.64 1 0.46
Hex EC D3 0 0 B 64 7 36 64 2E
Octal 354 323 0 0 13 144 7 66 144 56
Binary 11101100 11010011 0 0 1011 1100100 111 110110 1100100 101110

Color Harmonies of #ECD300

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECD300

Black with #ECD300

Text Example


Text Example

White with #ECD300

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECD300; }

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

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

background-color css

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

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

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

border-color css

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

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

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