Html Css Color HEX #ECD108 Gold

📋 copy color: '#ECD108'

red 236 ◦ green 209 ◦ blue 8

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

Shades of Gold #ECD108

Tints of Gold #ECD108

RGB

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

 GREEN value IS 209 (82.03% from 255) = 46.14%

 BLUE value IS 8 (3.52% from 255) = 1.77%

R = 52.1%
G = 46.14%
B = 1.77%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.97

 K value IS 0.07

RGB Variations

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

Color information

#ECD108 (or 0xECD108) is known color: Gold. HEX triplet: EC, D1 and 08. RGB value is (236,209,8). Sum of RGB (Red+Green+Blue) = 236+209+8=453 (60% of max value = 765). Red value is 236 (92.58% from 255 or 52.10% from 453); Green value is 209 (82.03% from 255 or 46.14% from 453); Blue value is 8 (3.52% from 255 or 1.77% from 453); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD108 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #ECD108 is #132EF7. Grayscale: #C2C2C2. Windows color (decimal): -1257208 or 578028. OLE color: 578028.

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

Color convert

RGB 236 209 8 -
CMYK 0 0.11 0.97 0.07
HSL 52.89º 0.93% 0.48% -
HSV(B) 52.89º 0.97% 0.93% -
XYZ 57.44 63.45 9.45 -
YUV 194.16 22.95 157.84 -
System Red Green Blue C M Y K H S L
Decimal 236 209 8 0 0.11 0.97 0.07 52.89 0.93 0.48
Hex EC D1 8 0 B 61 7 35 5D 30
Octal 354 321 10 0 13 141 7 65 135 60
Binary 11101100 11010001 1000 0 1011 1100001 111 110101 1011101 110000

Color Harmonies of #ECD108

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECD108

Black with #ECD108

Text Example


Text Example

White with #ECD108

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECD108; }

 p { color: rgb(236,209,8); }

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

background-color css

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

 a { background-color: rgb(236,209,8); }

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

border-color css

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

 span { border-color: rgb(236,209,8); }

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