Html Css Color HEX #ECD407 Gold

📋 copy color: '#ECD407'

red 236 ◦ green 212 ◦ blue 7

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

Shades of Gold #ECD407

Tints of Gold #ECD407

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 1.54%

R = 51.87%
G = 46.59%
B = 1.54%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.97

 K value IS 0.07

RGB Variations

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

Color information

#ECD407 (or 0xECD407) is known color: Gold. HEX triplet: EC, D4 and 07. RGB value is (236,212,7). Sum of RGB (Red+Green+Blue) = 236+212+7=455 (60% of max value = 765). Red value is 236 (92.58% from 255 or 51.87% from 455); Green value is 212 (83.20% from 255 or 46.59% from 455); Blue value is 7 (3.12% from 255 or 1.54% from 455); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD407 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #ECD407 is #132BF8. Grayscale: #C4C4C4. Windows color (decimal): -1256441 or 513260. OLE color: 513260.

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

Color convert

RGB 236 212 7 -
CMYK 0 0.10 0.97 0.07
HSL 53.71º 0.94% 0.48% -
HSV(B) 53.71º 0.97% 0.93% -
XYZ 58.17 64.94 9.67 -
YUV 195.81 21.45 156.67 -
System Red Green Blue C M Y K H S L
Decimal 236 212 7 0 0.10 0.97 0.07 53.71 0.94 0.48
Hex EC D4 7 0 A 61 7 36 5E 30
Octal 354 324 7 0 12 141 7 66 136 60
Binary 11101100 11010100 111 0 1010 1100001 111 110110 1011110 110000

Color Harmonies of #ECD407

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECD407

Black with #ECD407

Text Example


Text Example

White with #ECD407

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECD407; }

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

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

background-color css

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

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

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

border-color css

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

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

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