Html Css Color HEX #ECD009 Gold

📋 copy color: '#ECD009'

red 236 ◦ green 208 ◦ blue 9

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

Shades of Gold #ECD009

Tints of Gold #ECD009

RGB

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

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

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

R = 52.1%
G = 45.92%
B = 1.99%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.96

 K value IS 0.07

RGB Variations

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

Color information

#ECD009 (or 0xECD009) is known color: Gold. HEX triplet: EC, D0 and 09. RGB value is (236,208,9). Sum of RGB (Red+Green+Blue) = 236+208+9=453 (60% of max value = 765). Red value is 236 (92.58% from 255 or 52.10% from 453); Green value is 208 (81.64% from 255 or 45.92% from 453); Blue value is 9 (3.91% from 255 or 1.99% from 453); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD009 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #ECD009 is #132FF6. Grayscale: #C2C2C2. Windows color (decimal): -1257463 or 643308. OLE color: 643308.

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

Color convert

RGB 236 208 9 -
CMYK 0 0.12 0.96 0.07
HSL 52.6º 0.93% 0.48% -
HSV(B) 52.6º 0.96% 0.93% -
XYZ 57.2 62.96 9.4 -
YUV 193.69 23.78 158.18 -
System Red Green Blue C M Y K H S L
Decimal 236 208 9 0 0.12 0.96 0.07 52.6 0.93 0.48
Hex EC D0 9 0 C 60 7 35 5D 30
Octal 354 320 11 0 14 140 7 65 135 60
Binary 11101100 11010000 1001 0 1100 1100000 111 110101 1011101 110000

Color Harmonies of #ECD009

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECD009

Black with #ECD009

Text Example


Text Example

White with #ECD009

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECD009; }

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

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

background-color css

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

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

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

border-color css

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

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

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