Html Css Color HEX #ECD507 Gold

📋 copy color: '#ECD507'

red 236 ◦ green 213 ◦ blue 7

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

Shades of Gold #ECD507

Tints of Gold #ECD507

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 1.54%

R = 51.75%
G = 46.71%
B = 1.54%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.97

 K value IS 0.07

RGB Variations

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

Color information

#ECD507 (or 0xECD507) is known color: Gold. HEX triplet: EC, D5 and 07. RGB value is (236,213,7). Sum of RGB (Red+Green+Blue) = 236+213+7=456 (60% of max value = 765). Red value is 236 (92.58% from 255 or 51.75% from 456); Green value is 213 (83.59% from 255 or 46.71% from 456); Blue value is 7 (3.12% from 255 or 1.54% from 456); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD507 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #ECD507 is #132AF8. Grayscale: #C5C5C5. Windows color (decimal): -1256185 or 513516. OLE color: 513516.

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

Color convert

RGB 236 213 7 -
CMYK 0 0.10 0.97 0.07
HSL 53.97º 0.94% 0.48% -
HSV(B) 53.97º 0.97% 0.93% -
XYZ 58.42 65.44 9.75 -
YUV 196.39 21.12 156.25 -
System Red Green Blue C M Y K H S L
Decimal 236 213 7 0 0.10 0.97 0.07 53.97 0.94 0.48
Hex EC D5 7 0 A 61 7 36 5E 30
Octal 354 325 7 0 12 141 7 66 136 60
Binary 11101100 11010101 111 0 1010 1100001 111 110110 1011110 110000

Color Harmonies of #ECD507

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECD507

Black with #ECD507

Text Example


Text Example

White with #ECD507

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECD507; }

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

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

background-color css

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

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

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

border-color css

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

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

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