Html Css Color HEX #ECD103 Gold

📋 copy color: '#ECD103'

red 236 ◦ green 209 ◦ blue 3

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

Shades of Gold #ECD103

Tints of Gold #ECD103

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 0.67%

R = 52.68%
G = 46.65%
B = 0.67%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.99

 K value IS 0.07

RGB Variations

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

Color information

#ECD103 (or 0xECD103) is known color: Gold. HEX triplet: EC, D1 and 03. RGB value is (236,209,3). Sum of RGB (Red+Green+Blue) = 236+209+3=448 (59% of max value = 765). Red value is 236 (92.58% from 255 or 52.68% from 448); Green value is 209 (82.03% from 255 or 46.65% from 448); Blue value is 3 (1.56% from 255 or 0.67% from 448); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD103 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #ECD103 is #132EFC. Grayscale: #C2C2C2. Windows color (decimal): -1257213 or 250348. OLE color: 250348.

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

Color convert

RGB 236 209 3 -
CMYK 0 0.11 0.99 0.07
HSL 53.05º 0.97% 0.47% -
HSV(B) 53.05º 0.99% 0.93% -
XYZ 57.41 63.44 9.31 -
YUV 193.59 20.45 158.25 -
System Red Green Blue C M Y K H S L
Decimal 236 209 3 0 0.11 0.99 0.07 53.05 0.97 0.47
Hex EC D1 3 0 B 63 7 35 61 2F
Octal 354 321 3 0 13 143 7 65 141 57
Binary 11101100 11010001 11 0 1011 1100011 111 110101 1100001 101111

Color Harmonies of #ECD103

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECD103

Black with #ECD103

Text Example


Text Example

White with #ECD103

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECD103; }

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

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

background-color css

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

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

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

border-color css

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

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

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