Html Css Color HEX #ECD202 Gold

📋 copy color: '#ECD202'

red 236 ◦ green 210 ◦ blue 2

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

Shades of Gold #ECD202

Tints of Gold #ECD202

RGB

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

 GREEN value IS 210 (82.42% from 255) = 46.88%

 BLUE value IS 2 (1.17% from 255) = 0.45%

R = 52.68%
G = 46.88%
B = 0.45%

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

#ECD202 (or 0xECD202) is known color: Gold. HEX triplet: EC, D2 and 02. RGB value is (236,210,2). Sum of RGB (Red+Green+Blue) = 236+210+2=448 (59% of max value = 765). Red value is 236 (92.58% from 255 or 52.68% from 448); Green value is 210 (82.42% from 255 or 46.88% from 448); Blue value is 2 (1.17% from 255 or 0.45% from 448); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD202 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #ECD202 is #132DFD. Grayscale: #C2C2C2. Windows color (decimal): -1256958 or 185068. OLE color: 185068.

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

Color convert

RGB 236 210 2 -
CMYK 0 0.11 0.99 0.07
HSL 53.33º 0.98% 0.47% -
HSV(B) 53.33º 0.99% 0.93% -
XYZ 57.65 63.93 9.36 -
YUV 194.06 19.61 157.91 -
System Red Green Blue C M Y K H S L
Decimal 236 210 2 0 0.11 0.99 0.07 53.33 0.98 0.47
Hex EC D2 2 0 B 63 7 35 62 2F
Octal 354 322 2 0 13 143 7 65 142 57
Binary 11101100 11010010 10 0 1011 1100011 111 110101 1100010 101111

Color Harmonies of #ECD202

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECD202

Black with #ECD202

Text Example


Text Example

White with #ECD202

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECD202; }

 p { color: rgb(236,210,2); }

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

background-color css

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

 a { background-color: rgb(236,210,2); }

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

border-color css

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

 span { border-color: rgb(236,210,2); }

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