Html Css Color HEX #ECD409 Gold

📋 copy color: '#ECD409'

red 236 ◦ green 212 ◦ blue 9

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

Shades of Gold #ECD409

Tints of Gold #ECD409

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 1.97%

R = 51.64%
G = 46.39%
B = 1.97%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.96

 K value IS 0.07

RGB Variations

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

Color information

#ECD409 (or 0xECD409) is known color: Gold. HEX triplet: EC, D4 and 09. RGB value is (236,212,9). Sum of RGB (Red+Green+Blue) = 236+212+9=457 (60% of max value = 765). Red value is 236 (92.58% from 255 or 51.64% from 457); Green value is 212 (83.20% from 255 or 46.39% from 457); Blue value is 9 (3.91% from 255 or 1.97% from 457); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD409 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #ECD409 is #132BF6. Grayscale: #C4C4C4. Windows color (decimal): -1256439 or 644332. OLE color: 644332.

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

Color convert

RGB 236 212 9 -
CMYK 0 0.10 0.96 0.07
HSL 53.66º 0.93% 0.48% -
HSV(B) 53.66º 0.96% 0.93% -
XYZ 58.18 64.94 9.73 -
YUV 196.03 22.45 156.51 -
System Red Green Blue C M Y K H S L
Decimal 236 212 9 0 0.10 0.96 0.07 53.66 0.93 0.48
Hex EC D4 9 0 A 60 7 36 5D 30
Octal 354 324 11 0 12 140 7 66 135 60
Binary 11101100 11010100 1001 0 1010 1100000 111 110110 1011101 110000

Color Harmonies of #ECD409

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECD409

Black with #ECD409

Text Example


Text Example

White with #ECD409

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECD409; }

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

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

background-color css

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

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

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

border-color css

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

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

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