Html Css Color HEX #ECD503 Gold

📋 copy color: '#ECD503'

red 236 ◦ green 213 ◦ blue 3

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

Shades of Gold #ECD503

Tints of Gold #ECD503

RGB

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

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

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

R = 52.21%
G = 47.12%
B = 0.66%

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

#ECD503 (or 0xECD503) is known color: Gold. HEX triplet: EC, D5 and 03. RGB value is (236,213,3). Sum of RGB (Red+Green+Blue) = 236+213+3=452 (59% of max value = 765). Red value is 236 (92.58% from 255 or 52.21% from 452); Green value is 213 (83.59% from 255 or 47.12% from 452); Blue value is 3 (1.56% from 255 or 0.66% from 452); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD503 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #ECD503 is #132AFC. Grayscale: #C4C4C4. Windows color (decimal): -1256189 or 251372. OLE color: 251372.

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

Color convert

RGB 236 213 3 -
CMYK 0 0.10 0.99 0.07
HSL 54.08º 0.97% 0.47% -
HSV(B) 54.08º 0.99% 0.93% -
XYZ 58.4 65.43 9.64 -
YUV 195.94 19.12 156.58 -
System Red Green Blue C M Y K H S L
Decimal 236 213 3 0 0.10 0.99 0.07 54.08 0.97 0.47
Hex EC D5 3 0 A 63 7 36 61 2F
Octal 354 325 3 0 12 143 7 66 141 57
Binary 11101100 11010101 11 0 1010 1100011 111 110110 1100001 101111

Color Harmonies of #ECD503

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECD503

Black with #ECD503

Text Example


Text Example

White with #ECD503

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECD503; }

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

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

background-color css

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

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

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

border-color css

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

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

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