Html Css Color HEX #ECD50E Gold

📋 copy color: '#ECD50E'

red 236 ◦ green 213 ◦ blue 14

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

Shades of Gold #ECD50E

Tints of Gold #ECD50E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 3.02%

R = 50.97%
G = 46%
B = 3.02%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.94

 K value IS 0.07

RGB Variations

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

Color information

#ECD50E (or 0xECD50E) is known color: Gold. HEX triplet: EC, D5 and 0E. RGB value is (236,213,14). Sum of RGB (Red+Green+Blue) = 236+213+14=463 (61% of max value = 765). Red value is 236 (92.58% from 255 or 50.97% from 463); Green value is 213 (83.59% from 255 or 46.00% from 463); Blue value is 14 (5.86% from 255 or 3.02% from 463); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD50E is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #ECD50E is #132AF1. Grayscale: #C6C6C6. Windows color (decimal): -1256178 or 972268. OLE color: 972268.

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

Color convert

RGB 236 213 14 -
CMYK 0 0.10 0.94 0.07
HSL 53.78º 0.89% 0.49% -
HSV(B) 53.78º 0.94% 0.93% -
XYZ 58.47 65.45 9.97 -
YUV 197.19 24.62 155.68 -
System Red Green Blue C M Y K H S L
Decimal 236 213 14 0 0.10 0.94 0.07 53.78 0.89 0.49
Hex EC D5 E 0 A 5E 7 36 59 31
Octal 354 325 16 0 12 136 7 66 131 61
Binary 11101100 11010101 1110 0 1010 1011110 111 110110 1011001 110001

Color Harmonies of #ECD50E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECD50E

Black with #ECD50E

Text Example


Text Example

White with #ECD50E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECD50E; }

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

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

background-color css

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

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

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

border-color css

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

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

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