Html Css Color HEX #ECD105 Gold

📋 copy color: '#ECD105'

red 236 ◦ green 209 ◦ blue 5

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

Shades of Gold #ECD105

Tints of Gold #ECD105

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.11%

R = 52.44%
G = 46.44%
B = 1.11%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.98

 K value IS 0.07

RGB Variations

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

Color information

#ECD105 (or 0xECD105) is known color: Gold. HEX triplet: EC, D1 and 05. RGB value is (236,209,5). Sum of RGB (Red+Green+Blue) = 236+209+5=450 (59% of max value = 765). Red value is 236 (92.58% from 255 or 52.44% from 450); Green value is 209 (82.03% from 255 or 46.44% from 450); Blue value is 5 (2.34% from 255 or 1.11% from 450); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD105 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #ECD105 is #132EFA. Grayscale: #C2C2C2. Windows color (decimal): -1257211 or 381420. OLE color: 381420.

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

Color convert

RGB 236 209 5 -
CMYK 0 0.11 0.98 0.07
HSL 52.99º 0.96% 0.47% -
HSV(B) 52.99º 0.98% 0.93% -
XYZ 57.42 63.44 9.36 -
YUV 193.82 21.45 158.09 -
System Red Green Blue C M Y K H S L
Decimal 236 209 5 0 0.11 0.98 0.07 52.99 0.96 0.47
Hex EC D1 5 0 B 62 7 35 60 2F
Octal 354 321 5 0 13 142 7 65 140 57
Binary 11101100 11010001 101 0 1011 1100010 111 110101 1100000 101111

Color Harmonies of #ECD105

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECD105

Black with #ECD105

Text Example


Text Example

White with #ECD105

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECD105; }

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

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

background-color css

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

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

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

border-color css

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

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

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