Html Css Color HEX #ECD502 Gold

📋 copy color: '#ECD502'

red 236 ◦ green 213 ◦ blue 2

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

Shades of Gold #ECD502

Tints of Gold #ECD502

RGB

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

 GREEN value IS 213 (83.59% from 255) = 47.23%

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

R = 52.33%
G = 47.23%
B = 0.44%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.99

 K value IS 0.07

RGB Variations

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

Color information

#ECD502 (or 0xECD502) is known color: Gold. HEX triplet: EC, D5 and 02. RGB value is (236,213,2). Sum of RGB (Red+Green+Blue) = 236+213+2=451 (59% of max value = 765). Red value is 236 (92.58% from 255 or 52.33% from 451); Green value is 213 (83.59% from 255 or 47.23% from 451); Blue value is 2 (1.17% from 255 or 0.44% from 451); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD502 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #ECD502 is #132AFD. Grayscale: #C4C4C4. Windows color (decimal): -1256190 or 185836. OLE color: 185836.

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

Color convert

RGB 236 213 2 -
CMYK 0 0.10 0.99 0.07
HSL 54.1º 0.98% 0.47% -
HSV(B) 54.1º 0.99% 0.93% -
XYZ 58.4 65.43 9.61 -
YUV 195.82 18.62 156.66 -
System Red Green Blue C M Y K H S L
Decimal 236 213 2 0 0.10 0.99 0.07 54.1 0.98 0.47
Hex EC D5 2 0 A 63 7 36 62 2F
Octal 354 325 2 0 12 143 7 66 142 57
Binary 11101100 11010101 10 0 1010 1100011 111 110110 1100010 101111

Color Harmonies of #ECD502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECD502

Black with #ECD502

Text Example


Text Example

White with #ECD502

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECD502; }

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

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

background-color css

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

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

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

border-color css

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

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

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